Closed
Bug 600402
Opened 15 years ago
Closed 15 years ago
don't copy strings that are in the same compartment already
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta7+ |
People
(Reporter: gal, Assigned: gal)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(2 files)
1.37 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
1.59 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•15 years ago
|
Assignee: general → gal
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Attachment #479228 -
Flags: review?(mrbkap)
Comment 2•15 years ago
|
||
Tryserver is green.
Assignee | ||
Comment 3•15 years ago
|
||
Land it.
Updated•15 years ago
|
Attachment #479228 -
Flags: review?(mrbkap) → review+
Comment 4•15 years ago
|
||
Should JSCompartment::wrap also skip the copy for atomized strings that live in the default compartment?
Assignee | ||
Comment 5•15 years ago
|
||
#4: that should be safe
Assignee | ||
Comment 6•15 years ago
|
||
mhm, I wonder if our compartment assertions cover that probably. we will find out
Assignee | ||
Comment 7•15 years ago
|
||
Also don't copy atoms. Gregor, can you try this?
Updated•15 years ago
|
blocking2.0: ? → beta7+
Updated•15 years ago
|
Version: 1.9.2 Branch → Trunk
Comment 8•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 9•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•