Bug 131932

Summary: Micro-optimize the way we hand NodeLists to JSC.
Product: WebKit Reporter: Andreas Kling <kling>
Component: BindingsAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, ggaren, kangil.han
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.