Closed
Bug 553098
Opened 15 years ago
Closed 14 years ago
Investigate if we should quickstub some XULElement and BoxObject properties
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
1.07 KB,
patch
|
jst
:
review+
jst
:
approval2.0+
|
Details | Diff | Splinter Review |
I have lots of tabs open and just letting FF do nothing takes some CPU time.
Some of the time is spent in checking XULElement and BoxObject properties.
Assignee | ||
Comment 1•15 years ago
|
||
boxobjects show up in some other profiles too.
Attachment #443836 -
Flags: review?(jst)
Comment 2•15 years ago
|
||
Do you have a feel for how much of the overhead is in between JS and the actual implementation here, and how much better that gets by quickstubbing in this case?
Assignee | ||
Comment 3•15 years ago
|
||
boxobjects do show up still occasionally in various profiles.
Updated•14 years ago
|
Attachment #443836 -
Flags: review?(jst)
Attachment #443836 -
Flags: review+
Attachment #443836 -
Flags: approval2.0+
Assignee | ||
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → Olli.Pettay
OS: Mac OS X → All
Hardware: x86 → All
Target Milestone: --- → mozilla2.0b8
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•