Bug 64760

Summary: DFG JIT - Should be able to compile program code.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
The patch ggaren: review+

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