Closed
Bug 863524
Opened 13 years ago
Closed 12 years ago
Don't mark the atoms during minor GC's
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
1.07 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
There is no reason whatsoever to mark the atoms when doing a minor collection. This should save us a few microseconds on each minor GC.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #739369 -
Flags: review?(wmccloskey)
Attachment #739369 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•