Closed
Bug 1225873
Opened 8 years ago
Closed 8 years ago
micro-optimize creating event target chains
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
1.47 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This code is only called in a few cases that aren't on the critical path, but less code is less code: we eliminate the checks for whether we have enough space in the copying loop, and maybe save some function calls.
![]() |
Assignee | |
Comment 1•8 years ago
|
||
Attachment #8689031 -
Flags: review?(bugs)
Comment 2•8 years ago
|
||
Comment on attachment 8689031 [details] [diff] [review] micro-optimize creating event target chains A bit uglier, but sure, should be faster.
Attachment #8689031 -
Flags: review?(bugs) → review+
Comment 4•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/72c01473646a
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•