Closed
Bug 757667
Opened 13 years ago
Closed 13 years ago
Clean up Proxy tracing
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: billm, Assigned: billm)
Details
(Whiteboard: [js:t])
Attachments
(1 file)
9.30 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
This simplifies some of the proxy tracing. It removes the trace() method, which was never really used for anything except tracing the private slot, which we do anyway in proxy_TraceObject.
It also marks the JSSLOT_PROXY_CALL slot from markCrossCompartmentWrappers. As far as I can tell, this slot, when it exists, is always the same as the JSSLOT_PROXY_PRIVATE slot. So there isn't really a bug here. But it's better to mark it anyway, and it will help moving GC.
Attachment #626250 -
Flags: review?(terrence)
Comment 1•13 years ago
|
||
Comment on attachment 626250 [details] [diff] [review]
patch
Review of attachment 626250 [details] [diff] [review]:
-----------------------------------------------------------------
Nice!
Attachment #626250 -
Flags: review?(terrence) → review+
Updated•13 years ago
|
Whiteboard: [js:t]
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 3•13 years ago
|
||
This was backed out for causing bustage on all platforms. Please run your patch through Try before landing it again.
https://hg.mozilla.org/integration/mozilla-inbound/rev/ee4625163f87
Target Milestone: mozilla15 → ---
Assignee | ||
Comment 4•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•