RESOLVED FIXED 21702
Special op_create_activation for the case where there are no named parameters
https://bugs.webkit.org/show_bug.cgi?id=21702
Summary Special op_create_activation for the case where there are no named parameters
Cameron Zwarich (cpst)
Reported 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.
Attachments
Proposed patch (4.32 KB, patch)
2008-10-18 02:06 PDT, Cameron Zwarich (cpst)
oliver: review+
Cameron Zwarich (cpst)
Comment 1 2008-10-18 02:06:03 PDT
Created attachment 24487 [details] Proposed patch
Oliver Hunt
Comment 2 2008-10-18 02:11:15 PDT
Comment on attachment 24487 [details] Proposed patch r=me
Cameron Zwarich (cpst)
Comment 3 2008-10-18 02:46:50 PDT
Landed in r37678.
Note You need to log in before you can comment on or make changes to this bug.