Bug 20681 - JSPropertyNameIterator functions need to be inlined
Summary: JSPropertyNameIterator functions need to be inlined
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-05 18:05 PDT by Darin Adler
Modified: 2008-09-05 22:00 PDT (History)
1 user (show)

See Also:


Attachments
patch (4.19 KB, patch)
2008-09-05 18:10 PDT, Darin Adler
zwarich: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2008-09-05 18:05:25 PDT
They were showing up on the profile. And inlining them gives a 1.007x speedup.
Comment 1 Darin Adler 2008-09-05 18:10:55 PDT
Created attachment 23208 [details]
patch
Comment 2 Cameron Zwarich (cpst) 2008-09-05 20:24:35 PDT
Comment on attachment 23208 [details]
patch

r=me
Comment 3 Darin Adler 2008-09-05 22:00:10 PDT
Committed revision 36125.