Bug 129720

Summary: Streamline JSValue::get().
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, mhahnenberg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Andreas Kling 2014-03-04 17:54:44 PST
Streamline JSValue::get() to avoid fetching Structure and VM repeatedly.
Comment 1 Andreas Kling 2014-03-04 17:56:08 PST
Created attachment 225834 [details]
Patch
Comment 2 Geoffrey Garen 2014-03-04 18:09:23 PST
Comment on attachment 225834 [details]
Patch

Can you make vm and structure arguments 2 and 3, instead of the last two arguments? The last argument is the output, and I'd like to distinguish the input values from the output value.
Comment 3 Andreas Kling 2014-03-04 18:29:35 PST
Committed r165090: <http://trac.webkit.org/changeset/165090>