Closed
Bug 1484972
Opened 6 years ago
Closed 6 years ago
Update Debugger Frontend v84
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
Details
Attachments
(1 file)
201.55 KB,
patch
|
davidwalsh
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Attachment #9003014 -
Flags: review?(dwalsh)
Assignee | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment on attachment 9003014 [details] [diff] [review]
84-1.patch
Review of attachment 9003014 [details] [diff] [review]:
-----------------------------------------------------------------
Reps look okay to me :)
Updated•6 years ago
|
Attachment #9003014 -
Flags: review?(dwalsh) → review+
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c9b2f96523b1
Update Debugger Frontend v84. r=dwalsh
Keywords: checkin-needed
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Assignee | ||
Comment 7•6 years ago
|
||
v83 - https://treeherder.mozilla.org/#/jobs?repo=try&revision=507535665b834f2718a71740c91cf9f092d169ba
v84 - https://treeherder.mozilla.org/#/jobs?repo=try&revision=d48cc392ed02abcae89d23f87ff8b1895e3f813c
v83-1 - https://treeherder.mozilla.org/#/jobs?repo=try&revision=3be1067b04c8dd18c85ba2ed7b38e297546c4af6
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
86 (sans memoize) https://treeherder.mozilla.org/perf.html#/comparechooser?newProject=try&newRevision=5de8229bfe3fed95067eceb38d73ce6ece0b1617
86 (with memoize / sans selector) https://treeherder.mozilla.org/#/jobs?repo=try&revision=752d4a0b8b2343b5beaa93b8b97d8caf5d442872
86 (straight up) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d085d434c1423b3231903cc62a0377a4e6f8997a
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
86 with the selector (1100ms) - https://perfht.ml/2ws4vdM
86 without the selector (930ms) - https://perfht.ml/2PRUI8Y
So i looked into this a bit and found a couple of interesting things:
1. the total JS run-time difference is very small (710/680ms)
2. the selector does its job and prevents lots of spurious react renders / codemirror calls
3. the longer run had more C++ run time, i'm not sure where that came from...
You need to log in
before you can comment on or make changes to this bug.
Description
•