Open
Bug 1524373
Opened 6 years ago
Updated 3 months ago
Assert on missing resumeAfter.
Categories
(Core :: JavaScript Engine: JIT, enhancement, P5)
Core
JavaScript Engine: JIT
Tracking
()
NEW
People
(Reporter: nbp, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Benjamin lost a week investigating Bug 1522458. The up-coming patch should raise an assertion if a resumeAfter is obviously missing on a VM call.
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → nicolas.b.pierron
Status: NEW → ASSIGNED
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57cd5dcd01a2
Assert on missing calls to IonBuilder::resumeAfter. r=jandem
Comment 3•6 years ago
|
||
Backed out changeset 57cd5dcd01a2 (bug 1524373) for causing spidermonkey build bustage
backout: https://hg.mozilla.org/integration/autoland/rev/8d5a09338d4f85e5047fd1a5d7e9c2f80ae9c716
Flags: needinfo?(nicolas.b.pierron)
Comment 4•6 years ago
|
||
These checks should be done only if !IsCompilingWasm()
, I think.
Reporter | ||
Updated•5 years ago
|
Flags: needinfo?(nicolas.b.pierron)
Priority: -- → P5
Reporter | ||
Updated•5 years ago
|
Assignee: nicolas.b.pierron → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•