Closed
Bug 904282
Opened 12 years ago
Closed 12 years ago
Don't mark atoms during last GC
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(1 file)
|
2.03 KB,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
Right now it looks like we mark interned strings and static strings during the final GC. I don't see any need to do that.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #789256 -
Flags: review?(jcoppeard)
Comment 2•12 years ago
|
||
Comment on attachment 789256 [details] [diff] [review]
atoms
Review of attachment 789256 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
Attachment #789256 -
Flags: review?(jcoppeard) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•