Closed
Bug 104959
Opened 23 years ago
Closed 23 years ago
nsXBLBinding::IntallProperties is 7% of startup
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: dp, Assigned: hyatt)
References
Details
(Keywords: perf)
This looks like evaluating js. Is there any perf improvement here.
Reporter | ||
Updated•23 years ago
|
Assignee | ||
Comment 1•23 years ago
|
||
This is a misleading stack. Much work of installing new bindings is happening
as other properties are being evaluated. This work would be done under
ContentInserted anyway, so it isn't really InstallProperties that is to blame.
Comment 2•23 years ago
|
||
dp, where's the profile data? From what hyatt and I saw on cathleen's machine
last Friday, there wasn't much JS or XBL to blame, although control flowed
through both, quickly.
/be
Reporter | ||
Comment 3•23 years ago
|
||
Hyatt, Oh yeah. I remember your comment on this last friday. Wanted to get this
captured into a bug.
Brendan, will push my profile data to somewhere on the network soon.
Assignee | ||
Comment 4•23 years ago
|
||
yes, but my point is that InstallProperties is a meaningless bug to file. It's
no more meaningful than filing a bug that says js_Invoke takes 20%.
Reporter | ||
Comment 5•23 years ago
|
||
Too broad a bug to be valid. Closing out.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•