Bug 82151 - DFGOperands should be moved out of the DFG and into bytecode
Summary: DFGOperands should be moved out of the DFG and into bytecode
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: 2012-03-25 16:20 PDT by Filip Pizlo
Modified: 2012-03-25 16:35 PDT (History)
0 users

See Also:


Attachments
the patch (23.54 KB, patch)
2012-03-25 16:23 PDT, Filip Pizlo
mitz: 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 2012-03-25 16:20:47 PDT
DFGOperands provides functionality that is useful to any code that is trying to reason about bytecode virtual registers.
Comment 1 Filip Pizlo 2012-03-25 16:23:09 PDT
Created attachment 133699 [details]
the patch
Comment 2 Filip Pizlo 2012-03-25 16:35:53 PDT
Landed in http://trac.webkit.org/changeset/112039