Closed
Bug 884562
Opened 11 years ago
Closed 11 years ago
Allow root analysis and generational GC in the same build
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
(deleted),
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
The only subtlety here is that we have to assert both the start and end pointer are not poisoned since the allocation is >1MiB. Thankfully we're not likely to ever want a nursery that can stride over 0xda000000, so we don't have to handle any more complex cases.
Attachment #764397 -
Flags: review?(sphink)
Updated•11 years ago
|
Attachment #764397 -
Flags: review?(sphink) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•