Open
Bug 824524
Opened 12 years ago
Updated 2 years ago
Get rid of the resolve hook on Window
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
Details
This is a perennial performance problem, causing the JIT to deoptimize proto gets on the window (as in, any DOM method/property on Window). Bug 823223 will get us partway there, and then we should see what we can do to eliminate it altogether.
Comment 1•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•