Bug 20902 - Implement JIT generation of CallFrame initialization, for op_call.
Summary: Implement JIT generation of CallFrame initialization, for op_call.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 13:43 PDT by Gavin Barraclough
Modified: 2008-09-17 17:33 PDT (History)
0 users

See Also:


Attachments
The patch (5.38 KB, patch)
2008-09-17 13:44 PDT, Gavin Barraclough
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2008-09-17 13:43:35 PDT
1% sunspider 2.5% v8-tests.
Comment 1 Gavin Barraclough 2008-09-17 13:44:20 PDT
Created attachment 23506 [details]
The patch
Comment 2 Geoffrey Garen 2008-09-17 13:49:02 PDT
Comment on attachment 23506 [details]
The patch

r=me
Comment 3 Gavin Barraclough 2008-09-17 17:33:13 PDT
Implemented in 36566.