Bug 68786

Summary: DFG support for op_resolve_global is not enabled
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch
none
the patch ggaren: review+

Description Filip Pizlo 2011-09-25 19:49:50 PDT
Support for the op_resolve_global opcode was added to the DFG, but code that uses it is still not DFG compiled because op_resolve_global was not added to DFGCapabilities.h.
Comment 1 Filip Pizlo 2011-09-25 19:56:49 PDT
Created attachment 108622 [details]
the patch
Comment 2 Filip Pizlo 2011-09-25 20:00:41 PDT
Created attachment 108623 [details]
the patch
Comment 3 Geoffrey Garen 2011-09-25 20:09:20 PDT
Comment on attachment 108623 [details]
the patch

r=me
Comment 4 Filip Pizlo 2011-09-25 20:35:51 PDT
Landed in r95932.