Bug 21702

Summary: Special op_create_activation for the case where there are no named parameters
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 20813    
Attachments:
Description Flags
Proposed patch oliver: review+

Description Cameron Zwarich (cpst) 2008-10-16 22:57:03 PDT
Considering that the Raytrace V8 benchmark is a microbenchmark for the creation of the 'arguments' object, it might be a good idea to move some of the compilation into an extra parameter (or parameters) to the opcode.
Comment 1 Cameron Zwarich (cpst) 2008-10-18 02:06:03 PDT
Created attachment 24487 [details]
Proposed patch
Comment 2 Oliver Hunt 2008-10-18 02:11:15 PDT
Comment on attachment 24487 [details]
Proposed patch

r=me
Comment 3 Cameron Zwarich (cpst) 2008-10-18 02:46:50 PDT
Landed in r37678.