Closed
Bug 671943
Opened 13 years ago
Closed 13 years ago
TI+JM: Assertion failure: Unpossible rejoin!, at InvokeHelpers.cpp:1371
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
application/x-javascript
|
Details |
$ ./js -m -n -a test.js
Assertion failure: Unpossible rejoin!, at InvokeHelpers.cpp:1371
Revision b769a2b79e6b, 32-bit OS X shell.
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Since we can now discard code during GC, we now need to be able to rejoin from calls that can't change types but do allocate GC things. Ran across a couple working on the lazy types patch, but should have looked through the rest more thoroughly (did that here).
http://hg.mozilla.org/projects/jaegermonkey/rev/77b0c25be7fb
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•