Closed
Bug 1147665
Opened 11 years ago
Closed 11 years ago
Convert MarkValue family of functions over to TraceEdge
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: terrence, Assigned: terrence)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
|
45.54 KB,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
Trivial except for the pre-barrier's marker. It needs a special forward declaration anyway, so I've added an assert that we're not pre-barriering while isHeapBusy.
Attachment #8583466 -
Flags: review?(jcoppeard)
Comment 1•11 years ago
|
||
Comment on attachment 8583466 [details] [diff] [review]
4.4_remove_mark_value_family-v0.diff
Review of attachment 8583466 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/gc/Marking.h
@@ -247,1 @@
> MarkThingOrValueUnbarriered(JSTracer *trc, uintptr_t *word, const char *name);
What on earth is this? Oh it doesn't seem to be defined. Might as well remove this too.
Attachment #8583466 -
Flags: review?(jcoppeard) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Jon Coppeard (:jonco) from comment #1)
> Comment on attachment 8583466 [details] [diff] [review]
> 4.4_remove_mark_value_family-v0.diff
>
> Review of attachment 8583466 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: js/src/gc/Marking.h
> @@ -247,1 @@
> > MarkThingOrValueUnbarriered(JSTracer *trc, uintptr_t *word, const char *name);
>
> What on earth is this? Oh it doesn't seem to be defined. Might as well
> remove this too.
Thanks for checking that out! I was going to dig into it today, but now I don't have to.
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/99415fbccf83 because something in this push caused frequent 10.10 debug devtools-2 assertion failures like https://treeherder.mozilla.org/logviewer.html#?job_id=8197104&repo=mozilla-inbound
| Assignee | ||
Comment 5•11 years ago
|
||
The problem before was in the last patch in the series (bug 1147670):
https://treeherder.mozilla.org/#/jobs?repo=try&revision=514b9ba692a9
https://hg.mozilla.org/integration/mozilla-inbound/rev/ad8cd4aaa143
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•