Closed
Bug 585541
Opened 15 years ago
Closed 15 years ago
JM: GC interaction with PICs is suboptimal
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Unassigned)
References
Details
The main cause of bugs lately has been:
- The GC frees PICs while they are executing
- The GC frees PICs before they are about to execute, and they don't properly get repatched
Mark bugs/testcases that exhibit this or similar behavior as blocking this so we can keep track.
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Comment 1•15 years ago
|
||
Apparently caused by PIC reset being wrong, which is now fixed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•