[Webkit-unassigned] [Bug 262181] New: [JSC][armv7] Assertion failure in dfg NewMap/NewSet implementations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 27 06:30:25 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=262181
Bug ID: 262181
Summary: [JSC][armv7] Assertion failure in dfg NewMap/NewSet
implementations
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jgriego at igalia.com
e.g.
```
stress/each-block-at-top-of-polymorphic-call-inlining-should-be-exitOK.js.default: ASSERTION FAILED: JSMap::BucketType::offsetOfKey() + 8 == JSMap::BucketType::offsetOfValue()
stress/each-block-at-top-of-polymorphic-call-inlining-should-be-exitOK.js.default: /home/igalia/jgriego/proj/webkit/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp(11937) : void JSC::DFG::SpeculativeJIT::compileNewMap(JSC::DFG::Node*)
```
These assertions aren't true on 32-bit and rather than make them portable, I think it makes sense to sink them into the `if CPU(ARM64)` block where they're needed anyways.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230927/4b354a43/attachment.htm>
More information about the webkit-unassigned
mailing list