Bug 68786 - DFG support for op_resolve_global is not enabled
Summary: DFG support for op_resolve_global is not enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 19:49 PDT by Filip Pizlo
Modified: 2011-09-25 20:35 PDT (History)
2 users (show)

See Also:


Attachments
the patch (3.65 KB, patch)
2011-09-25 19:56 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (1.09 KB, patch)
2011-09-25 20:00 PDT, Filip Pizlo
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.