Closed
Bug 863524
Opened 10 years ago
Closed 10 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•10 years ago
|
||
Attachment #739369 -
Flags: review?(wmccloskey)
Attachment #739369 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c1483e6de03a
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c1483e6de03a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•