Closed
Bug 720013
Opened 14 years ago
Closed 11 years ago
use GC lock only to synchronize between the main and GC helper threads
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: igor, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #675078 +++
Once bug 650411 lands, we only need to use the GC lock only to synchronize between the main and the background thread when the latter is finalizing/allocation. The rest of the use cases for the lock should be removed.
Comment 1•12 years ago
|
||
Is this bug still valid with the recent and upcomming architectural/GC changes?
Flags: needinfo?(igor)
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Florian Bender from comment #1)
> Is this bug still valid with the recent and upcomming architectural/GC
> changes?
This is probably no longer relevant.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(igor)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•