Closed
Bug 928140
Opened 10 years ago
Closed 10 years ago
Fix spread-call-recursion on GGC
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
1.72 KB,
patch
|
shu
:
review+
|
Details | Diff | Splinter Review |
The off-main-thread IonBuilder patch exposed this pre-existing bug.
Assignee | ||
Comment 1•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/9f59a071d533 Disabled the test to stop the burning while we investigate.
Whiteboard: [leave open
Assignee | ||
Comment 2•10 years ago
|
||
Found it: missing post barrier in UnsafeSetReservedSlot.
Comment 3•10 years ago
|
||
Comment on attachment 818795 [details] [diff] [review] fix_unsafesetreservedslot-v0.diff Review of attachment 818795 [details] [diff] [review]: ----------------------------------------------------------------- Good catch, sorry about the pain.
Attachment #818795 -
Flags: review?(shu) → review+
Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7349a4fc4d58
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9f59a071d533 https://hg.mozilla.org/mozilla-central/rev/7349a4fc4d58
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [leave open
Updated•10 years ago
|
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•