Ignore:
Timestamp:
Mar 25, 2012, 4:35:07 PM (13 years ago)
Author:
[email protected]
Message:

DFGOperands should be moved out of the DFG and into bytecode
https://bugs.webkit.org/show_bug.cgi?id=82151

Reviewed by Dan Bernstein.

  • GNUmakefile.list.am:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • bytecode/Operands.h: Copied from Source/JavaScriptCore/dfg/DFGOperands.h.
  • dfg/DFGBasicBlock.h:
  • dfg/DFGNode.h:
  • dfg/DFGOSREntry.h:
  • dfg/DFGOSRExit.h:
  • dfg/DFGOperands.h: Removed.
  • dfg/DFGVariableAccessData.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGOSRExit.h

    r108677 r112039  
    3636#include "DFGExitProfile.h"
    3737#include "DFGGPRInfo.h"
    38 #include "DFGOperands.h"
    3938#include "MacroAssembler.h"
    4039#include "MethodOfGettingAValueProfile.h"
     40#include "Operands.h"
    4141#include "ValueProfile.h"
    4242#include "ValueRecovery.h"
Note: See TracChangeset for help on using the changeset viewer.