Bug 164832 - Micro-optimize ContainerNode::removeBetween()
Summary: Micro-optimize ContainerNode::removeBetween()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-16 13:33 PST by Chris Dumez
Modified: 2016-11-16 14:30 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.13 KB, patch)
2016-11-16 13:34 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-11-16 13:33:04 PST
Micro-optimize ContainerNode::removeBetween() by updating pointers only when strictly needed and reducing branching.
Comment 1 Chris Dumez 2016-11-16 13:34:24 PST
Created attachment 294970 [details]
Patch
Comment 2 WebKit Commit Bot 2016-11-16 14:30:48 PST
Comment on attachment 294970 [details]
Patch

Clearing flags on attachment: 294970

Committed r208813: <http://trac.webkit.org/changeset/208813>
Comment 3 WebKit Commit Bot 2016-11-16 14:30:51 PST
All reviewed patches have been landed.  Closing bug.