Closed
Bug 743047
Opened 14 years ago
Closed 14 years ago
GC: missing barriers on script atoms
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
|
7.94 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
These are only inited and read from, but we need to barrier the init correctly in-case any of the atoms reside in the nursery.
Attachment #612721 -
Flags: review?(wmccloskey)
Comment on attachment 612721 [details] [diff] [review]
v0
As Luke would say, righteous.
If it's not too much trouble, could you move js_InitAtomMap into the js namespace?
Attachment #612721 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
You need to log in
before you can comment on or make changes to this bug.
Description
•