Open
Bug 1055755
Opened 10 years ago
Updated 7 days ago
Remove |existing| argument from JSCompartment::wrap
Categories
(Core :: JavaScript Engine, enhancement, P5)
Tracking
()
NEW
People
(Reporter: efaust, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
16.94 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
Since billm cleaned up dead compartment GC logic, we no longer need to avoid allocating an object during wrapper remapping, so we can just wrap again and swap every time, instead.
Reporter | ||
Comment 1•10 years ago
|
||
Attachment #8475442 -
Flags: review?(wmccloskey)
Attachment #8475442 -
Flags: review?(wmccloskey) → review+
Reporter | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Backed out for Android debug jsreftest permafail.
https://hg.mozilla.org/integration/mozilla-inbound/rev/33781a3a5201
https://treeherder.mozilla.org/logviewer.html#?job_id=5128423&repo=mozilla-inbound
This also apparently made OSX 10.6 reftests frequent-but-not-perma-fail: https://treeherder.mozilla.org/ui/logviewer.html#?job_id=5134450&repo=mozilla-inbound
Comment 5•10 years ago
|
||
(In reply to Wes Kocher (:KWierso) from comment #4)
> This also apparently made OSX 10.6 reftests
10.6 *debug* - I know it sounds crazy, but the retriggers on inbound paint a pretty conclusive picture about it.
Updated•2 years ago
|
Severity: normal → S3
Updated•7 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•