Closed
Bug 640375
Opened 14 years ago
Closed 14 years ago
ctypes marking code should use slot getter without compartment checks
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: cdleary, Assigned: cdleary)
Details
Attachments
(1 file)
1.50 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
The compartment checks being performed don't pertain to the GC marking algorithm.
Assignee | ||
Comment 1•14 years ago
|
||
Work around the public API while marking.
Attachment #520033 -
Flags: review?(mrbkap)
Updated•14 years ago
|
Attachment #520033 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → ASSIGNED
Whiteboard: fixed-in-tracemonkey
Assignee | ||
Comment 3•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Assignee | ||
Comment 4•14 years ago
|
||
This went in with the GC study stuff in http://hg.mozilla.org/mozilla-central/rev/00ed83d09564
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•