Bug 21702 - Special op_create_activation for the case where there are no named parameters
Summary: Special op_create_activation for the case where there are no named parameters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks: 20813
  Show dependency treegraph
 
Reported: 2008-10-16 22:57 PDT by Cameron Zwarich (cpst)
Modified: 2008-10-18 02:46 PDT (History)
0 users

See Also:


Attachments
Proposed patch (4.32 KB, patch)
2008-10-18 02:06 PDT, Cameron Zwarich (cpst)
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.