WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
70649
[MutationObservers] Implement constant-time lookup of observers
https://bugs.webkit.org/show_bug.cgi?id=70649
Summary
[MutationObservers] Implement constant-time lookup of observers
Rafael Weinstein
Reported
2011-10-21 14:16:07 PDT
If all observers are registered at the document-level (and the document stores this information), we can avoid having to walk up the tree to look for observers. This is likely to be a common case and worth fast-path-ing.
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Klein
Comment 1
2012-02-09 15:26:42 PST
Remove as a blocking bug; we've got this in mind as a performance optimization once we've seen more of the usecases of MutationObservers in the wild.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug