Closed
Bug 1070463
Opened 11 years ago
Closed 11 years ago
"Assertion failure: !ins->hasDefUses()" with ion-eager in browser
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 1073861
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression)
Attachments
(1 file)
|
2.89 KB,
text/plain
|
Details |
With:
user_pref("javascript.options.ion.unsafe_eager_compilation", true);
starting Firefox hits:
Assertion failure: !ins->hasDefUses(), at /Users/jruderman/trees/mozilla-central/js/src/jit/TypePolicy.cpp:269
Comment 1•11 years ago
|
||
Most likely fixed with bug 1073861
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(jruderman)
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 4•11 years ago
|
||
I can now start Firefox with ion eager. And with baselinejit eager. Thanks, Hannes!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•