Closed
Bug 411563
Opened 17 years ago
Closed 16 years ago
ActionMonkey stage 2 tracking bug
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jorendorff, Unassigned)
References
Details
The theme of this stage is incremental GC for Mozilla.
We'll make incremental GC thread-safe and implement features needed by XPCOMGC.
Reporter | ||
Comment 1•17 years ago
|
||
Another possible source of work is a whole new memory management system treilly wants to use in place of MMgc. I'm not opposed, but it sounds like a lot of work to make another allocator thread-safe.
More info will be available after 1 Feb 2008, as Adobe is hosting a Tamarin summit in San Francisco and this is on the agenda.
Reporter | ||
Comment 2•17 years ago
|
||
The new memory management system, "spam", is not suitable for desktop platforms. We'll stick with MMgc for now.
We need pluggable memory management for Tamarin. Right now, I gather, treilly has landed something that uses macros, duct tape, and baling wire to allow TT to build with either MMgc or spam. I hope we can make this abstraction layer "real" and later, when we're ready, slide in jemalloc++ to replace MMgc.
Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•