Closed
Bug 1119694
Opened 10 years ago
Closed 10 years ago
Remove the Allocator
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: lth, Assigned: lth)
References
Details
Attachments
(1 file)
(deleted),
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
The Allocator was a structure needed for PJS, with PJS gone it is no longer required, the arenas can be available directly from the context.
It will be easier to implement this change after we're done reorganizing the context hierarchy.
Assignee | ||
Comment 1•10 years ago
|
||
Sits on top of the context reorg in bug 1119292.
Attachment #8547521 -
Flags: review?(terrence)
Comment 2•10 years ago
|
||
Comment on attachment 8547521 [details] [diff] [review]
Remove Allocator
Review of attachment 8547521 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8547521 -
Flags: review?(terrence) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Try (after removing a spurious shadowing 'zone_' member): https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=756a70c50990
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•