Closed
Bug 1602465
Opened 6 years ago
Closed 6 years ago
Refactor ASRouterTargeting.combineContexts to use Proxy object
Categories
(Firefox :: Messaging System, defect, P1)
Firefox
Messaging System
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: andreio, Assigned: andreio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
I've noticed Object.getOwnPropertyDescriptors
and combineContexts
consistently showing up when profiling. Always somewhere in the 8-10ms range.
Refactoring this to use a Proxy object instead completely hides it from the profiler (so #fast).
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by aoprea@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/371668448156
Refactor ASRouterTargeting.combineContexts to use Proxy object r=k88hudson
![]() |
||
Updated•6 years ago
|
Iteration: 73.1 - Dec 2 - Dec 15 → 73.2 - Dec 16 - Jan 5
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
You need to log in
before you can comment on or make changes to this bug.
Description
•