Closed
Bug 565894
Opened 15 years ago
Closed 9 years ago
removal of GC_LAST_CONTEXT
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: igor, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #561364 +++
We can remove GC_LAST_CONTEXT and simplify js_GC farther if the loop in js_GC running until the END GC callback stops creating a garbage would be moved to js_DestroyContext. That would require some adjustments in the current code to replace GC_LAST_CONTEXT checks with quries of rt->state, but overall this should reduce the code complexity.
Reporter | ||
Updated•15 years ago
|
Assignee: general → igor
Reporter | ||
Updated•13 years ago
|
Assignee: igor → general
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Comment 1•9 years ago
|
||
GC_LAST_CONTEXT was removed in https://hg.mozilla.org/mozilla-central/rev/c81ee787fbff
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•