Bug 87228 - Streamline Element teardown for the no-Attr-objects case.
Summary: Streamline Element teardown for the no-Attr-objects case.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 00:52 PDT by Andreas Kling
Modified: 2012-05-23 06:49 PDT (History)
0 users

See Also:


Attachments
Patch of Glory (3.37 KB, patch)
2012-05-23 00:54 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-05-23 00:52:12 PDT
We can skip one function call in the typical case. This is lukewarm (0.2%) on the DOM/CreateNodes perf test.
Comment 1 Andreas Kling 2012-05-23 00:54:00 PDT
Created attachment 143491 [details]
Patch of Glory
Comment 2 Andreas Kling 2012-05-23 06:49:40 PDT
Comment on attachment 143491 [details]
Patch of Glory

Clearing flags on attachment: 143491

Committed r118173: <http://trac.webkit.org/changeset/118173>
Comment 3 Andreas Kling 2012-05-23 06:49:47 PDT
All reviewed patches have been landed.  Closing bug.