Bug 64760 - DFG JIT - Should be able to compile program code.
Summary: DFG JIT - Should be able to compile program code.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-18 15:31 PDT by Gavin Barraclough
Modified: 2011-07-18 17:26 PDT (History)
0 users

See Also:


Attachments
The patch (17.98 KB, patch)
2011-07-18 15:36 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 2011-07-18 15:31:47 PDT
Add support for op_end, hooks to compile program code in Executable.cpp.
Comment 1 Gavin Barraclough 2011-07-18 15:36:03 PDT
Created attachment 101223 [details]
The patch
Comment 2 Geoffrey Garen 2011-07-18 15:46:05 PDT
Comment on attachment 101223 [details]
The patch

r=me
Comment 3 Gavin Barraclough 2011-07-18 17:26:40 PDT
Fixed in r91225