Bug 131932 - Micro-optimize the way we hand NodeLists to JSC.
Summary: Micro-optimize the way we hand NodeLists to JSC.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-21 02:30 PDT by Andreas Kling
Modified: 2014-04-21 11:21 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.54 KB, patch)
2014-04-21 02:30 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 2014-04-21 02:30:28 PDT
Micro-optimize the way we hand NodeLists to JSC.
Comment 1 Andreas Kling 2014-04-21 02:30:57 PDT
Created attachment 229795 [details]
Patch
Comment 2 WebKit Commit Bot 2014-04-21 03:16:08 PDT
Comment on attachment 229795 [details]
Patch

Clearing flags on attachment: 229795

Committed r167589: <http://trac.webkit.org/changeset/167589>
Comment 3 WebKit Commit Bot 2014-04-21 03:16:13 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Geoffrey Garen 2014-04-21 11:21:47 PDT
Can we call this "inlineAdd". "Fast" should never appear in any function names.