Closed
Bug 1189664
Opened 10 years ago
Closed 10 years ago
Take a fast shortcut when searching for BreakpointActors and the map is empty
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox42 fixed)
RESOLVED
FIXED
Firefox 42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
Details
Attachments
(1 file, 2 obsolete files)
1.15 KB,
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → nfitzgerald
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Attachment #8641567 -
Flags: review?(ttromey)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8641567 -
Attachment is obsolete: true
Attachment #8641567 -
Flags: review?(ttromey)
Assignee | ||
Updated•10 years ago
|
Attachment #8641574 -
Flags: review?(ttromey)
Comment 3•10 years ago
|
||
I remember removing this code because it seemed like a pointless micro-optimization. I am amazed that it actually makes so big a difference. Any theories as to why?
Assignee | ||
Comment 4•10 years ago
|
||
My theory is that generators are very slow... I think they still don't even make it into Ion.
But yeah, not really sure what was up but this saved a couple hundred ms of jank.
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8641574 -
Attachment is obsolete: true
Attachment #8641574 -
Flags: review?(ttromey)
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8641772 [details] [diff] [review]
Take a fast shortcut when searching for BreakpointActors and the map is empty
https://treeherder.mozilla.org/#/jobs?repo=try&revision=05a51b25a9c4
Attachment #8641772 -
Flags: review?(jsantell)
Comment 7•10 years ago
|
||
Comment on attachment 8641772 [details] [diff] [review]
Take a fast shortcut when searching for BreakpointActors and the map is empty
Review of attachment 8641772 [details] [diff] [review]:
-----------------------------------------------------------------
Very surprising, very nice
Attachment #8641772 -
Flags: review?(jsantell) → review+
Comment 9•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•