Skip to content
  • fpizlo@apple.com's avatar
    ENABLE_INTERPRETER should be ENABLE_CLASSIC_INTERPRETER · 5b966d01
    fpizlo@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=78791
    
    Rubber stamped by Oliver Hunt.
            
    Just a renaming, nothing more. Also renamed COMPUTED_GOTO_INTERPRETER to
    COMPUTED_GOTO_CLASSIC_INTERPRETER.
    
    * bytecode/CodeBlock.cpp:
    (JSC::CodeBlock::dump):
    (JSC::CodeBlock::stronglyVisitStrongReferences):
    (JSC):
    (JSC::CodeBlock::shrinkToFit):
    * bytecode/CodeBlock.h:
    (CodeBlock):
    * bytecode/Instruction.h:
    (JSC::Instruction::Instruction):
    * bytecode/Opcode.h:
    (JSC::padOpcodeName):
    * bytecompiler/BytecodeGenerator.cpp:
    (JSC::BytecodeGenerator::emitResolve):
    (JSC::BytecodeGenerator::emitResolveWithBase):
    (JSC::BytecodeGenerator::emitGetById):
    (JSC::BytecodeGenerator::emitPutById):
    (JSC::BytecodeGenerator::emitDirectPutById):
    * interpreter/AbstractPC.cpp:
    (JSC::AbstractPC::AbstractPC):
    * interpreter/AbstractPC.h:
    (AbstractPC):
    * interpreter/CallFrame.h:
    (ExecState):
    * interpreter/Interpreter.cpp:
    (JSC):
    (JSC::Interpreter::initialize):
    (JSC::Interpreter::isOpcode):
    (JSC::Interpreter::unwindCallFrame):
    (JSC::Interpreter::execute):
    (JSC::Interpreter::privateExecute):
    (JSC::Interpreter::retrieveLastCaller):
    * interpreter/Interpreter.h:
    (JSC::Interpreter::getOpcode):
    (JSC::Interpreter::getOpcodeID):
    (Interpreter):
    * jit/ExecutableAllocatorFixedVMPool.cpp:
    (JSC::FixedVMPoolExecutableAllocator::FixedVMPoolExecutableAllocator):
    * runtime/Executable.cpp:
    (JSC::EvalExecutable::compileInternal):
    (JSC::ProgramExecutable::compileInternal):
    (JSC::FunctionExecutable::compileForCallInternal):
    (JSC::FunctionExecutable::compileForConstructInternal):
    * runtime/Executable.h:
    (NativeExecutable):
    * runtime/JSGlobalData.cpp:
    (JSC::JSGlobalData::JSGlobalData):
    (JSC::JSGlobalData::getHostFunction):
    * runtime/JSGlobalData.h:
    (JSGlobalData):
    * wtf/OSAllocatorPosix.cpp:
    (WTF::OSAllocator::reserveAndCommit):
    * wtf/Platform.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108020 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5b966d01