Closed
Bug 1378092
Opened 8 years ago
Closed 7 years ago
Consider to remove MaybeGC from AutoEntryScript::~AutoEntryScript()
Categories
(Core :: DOM: Core & HTML, enhancement, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Keywords: stale-bug)
Attachments
(1 file)
891 bytes,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
remote: Follow the progress of your build on Treeherder:
remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=c46a27e09549cd895a9bb495508b5ba8fa37350b
remote:
remote: It looks like this try push has talos jobs. Compare performance against a baseline revision:
remote: https://treeherder.mozilla.org/perf.html#/comparechooser?newProject=try&newRevision=c46a27e09549cd895a9bb495508b5ba8fa37350b
Assignee | ||
Comment 1•8 years ago
|
||
Comment on attachment 8883258 [details] [diff] [review]
remove_maybegc.diff
Assuming bug 1377131 gets fixed, I think we should try to remove this.
Calling GC at somewhat random times is bad.
Attachment #8883258 -
Flags: review?(jcoppeard)
Comment 2•8 years ago
|
||
Comment on attachment 8883258 [details] [diff] [review]
remove_maybegc.diff
Review of attachment 8883258 [details] [diff] [review]:
-----------------------------------------------------------------
It would be good to get rid of this if we can without regressing our benchmarks tests too much.
Attachment #8883258 -
Flags: review?(jcoppeard) → review+
Assignee | ||
Comment 3•8 years ago
|
||
I couldn't find sunspider on talos, but kraken might actually get faster
(I tested on top of bug 1377131)
Updated•8 years ago
|
Assignee: nobody → bugs
Priority: -- → P1
This is an assigned P1 bug without activity in two weeks.
If you intend to continue working on this bug for the current release/iteration/sprint, remove the 'stale-bug' keyword.
Otherwise we'll reset the priority of the bug back to '--' on Monday, August 28th.
Keywords: stale-bug
Assignee | ||
Comment 5•7 years ago
|
||
remote: View the pushlog for these changes here:
remote: https://hg.mozilla.org/try/pushloghtml?changeset=6e55d3bb1a35613482f1e9c437cf254e606507cd
remote:
remote: Follow the progress of your build on Treeherder:
remote: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6e55d3bb1a35613482f1e9c437cf254e606507cd
remote:
remote: It looks like this try push has talos jobs. Compare performance against a baseline revision:
remote: https://treeherder.mozilla.org/perf.html#/comparechooser?newProject=try&newRevision=6e55d3bb1a35613482f1e9c437cf254e606507cd
remote: recorded changegroup in replication log in 0.017s
Assignee | ||
Comment 6•7 years ago
|
||
I did a AWFY push, and couldn't see difference in sunspider. (Win64).
So, I'm planning to push this, and if there are too bad regressions, we can back this out.
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/76f8a8ccd626
Consider to remove MaybeGC from AutoEntryScript::~AutoEntryScript(), r=jonco
![]() |
||
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•