Closed
Bug 561233
Opened 12 years ago
Closed 3 months ago
Investigate if GetBindingParent should be inlined
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
GetBindingParent, which should usually just return null and so it should be very fast, shows up in profiles occasionally. For example under BindToTree. Nothing major, but just another extra virtual call. The inlining could be partial; a flag which indicates if the object may have binding parent, and call the virtual method only if the flag is set.
Updated•3 years ago
|
Component: DOM → DOM: Core & HTML
Assignee | ||
Comment 1•3 months ago
|
||
GetBindingParent is gone.
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•