Closed
Bug 790782
Opened 13 years ago
Closed 13 years ago
GC: missing a disable call on the StoreBuffer and Nursery
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: terrence, Unassigned)
References
Details
Attachments
(1 file)
|
984 bytes,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
When initializing a compartment, we need to explicitly disable the StoreBuffer and Nursery if we are not enabling them.
Attachment #660597 -
Flags: review?(sphink)
Updated•13 years ago
|
Attachment #660597 -
Flags: review?(sphink) → review+
| Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•