Bug 80685

Summary: [V8][Performance] Inline hot methods in V8Bindings.h
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, arv, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Performance tests
none
Patch none

Description Kentaro Hara 2012-03-09 01:36:54 PST
We can slightly improve DOM binding performance by inlining hot methods in V8Binding.cpp, e.g. isUndefinedOrNull(), v8StringOrNull(), v8Boolean().
Comment 1 Kentaro Hara 2012-03-09 01:38:17 PST
Created attachment 131006 [details]
Performance tests
Comment 2 Kentaro Hara 2012-03-09 01:47:11 PST
Created attachment 131008 [details]
Patch
Comment 3 WebKit Review Bot 2012-03-09 16:13:31 PST
Comment on attachment 131008 [details]
Patch

Clearing flags on attachment: 131008

Committed r110347: <http://trac.webkit.org/changeset/110347>
Comment 4 WebKit Review Bot 2012-03-09 16:13:35 PST
All reviewed patches have been landed.  Closing bug.