Closed
Bug 1159541
Opened 10 years ago
Closed 8 years ago
Use type-based dispatch for TypeSet marking
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla51
People
(Reporter: terrence, Assigned: terrence)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
It looks like we should be able to use the same technique we're using for Value and jsid here.
Assignee | ||
Comment 1•8 years ago
|
||
Looks like Traceable got us like 90% of the way there. Just need to remove the vestigial methods now.
Attachment #8790402 -
Flags: review?(sphink)
Comment 2•8 years ago
|
||
Comment on attachment 8790402 [details] [diff] [review]
use_normal_paths_for_typeset_marking-v0.diff
Review of attachment 8790402 [details] [diff] [review]:
-----------------------------------------------------------------
That was painless!
Attachment #8790402 -
Flags: review?(sphink) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d863b2778bdb658495eabeb3e81bf19b6390ac85
Bug 1159541 - Use normal paths for TypeSet::Type tracing; r=sfink
I had to back this out for SM bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=35710619&repo=mozilla-inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/87f39dfc119e
Flags: needinfo?(terrence)
Assignee | ||
Comment 5•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7ed191ccc8c402586a0ffae48c05c0c3aaf6a72e
Bug 1159541 - Use normal paths for TypeSet::Type tracing; r=sfink
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(terrence)
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•