Closed
Bug 617458
Opened 14 years ago
Closed 14 years ago
TypeInference: Assertion failure: !synced()
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: bhackett1024)
References
Details
(Whiteboard: fixed-in-jaegermonkey)
Attachments
(1 file)
1.37 KB,
patch
|
Details | Diff | Splinter Review |
---- function f(x) { var a = 4 | x; a = +a; } f(10); ---- Assertion failure: !synced(), at ../methodjit/RematInfo.h:275
Assignee | ||
Comment 1•14 years ago
|
||
Bogus assert. http://hg.mozilla.org/projects/jaegermonkey/rev/b6cef988a4c0
Assignee: general → bhackett1024
Assignee | ||
Updated•14 years ago
|
Whiteboard: fixed-in-jaegermonkey
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•