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 moved

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/bytecode/Operands.h

    r112024 r112039  
    11/*
    2  * Copyright (C) 2011 Apple Inc. All rights reserved.
     2 * Copyright (C) 2011, 2012 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 #ifndef DFGOperands_h
    27 #define DFGOperands_h
    28 
    29 #include <wtf/Platform.h>
    30 
    31 #if ENABLE(DFG_JIT)
     26#ifndef Operands_h
     27#define Operands_h
    3228
    3329#include "CallFrame.h"
    3430#include <wtf/Vector.h>
    3531
    36 namespace JSC { namespace DFG {
     32namespace JSC {
    3733
    3834// argument 0 is 'this'.
     
    158154}
    159155
    160 } } // namespace JSC::DFG
     156} // namespace JSC
    161157
    162 #endif // ENABLE(DFG_JIT)
     158#endif // Operands_h
    163159
    164 #endif // DFGOperands_h
    165 
Note: See TracChangeset for help on using the changeset viewer.