Ignore:
Timestamp:
May 10, 2012, 12:01:07 PM (13 years ago)
Author:
[email protected]
Message:

Remove op_get_callee

Rubber stamped by Geoff Garen.

This is now redundant.

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::dump):

  • bytecode/Opcode.h:

(JSC):
(JSC::padOpcodeName):

  • dfg/DFGByteCodeParser.cpp:

(JSC::DFG::ByteCodeParser::parseBlock):

  • dfg/DFGCapabilities.h:

(JSC::DFG::canCompileOpcode):

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::privateExecute):

  • jit/JIT.cpp:

(JSC::JIT::privateCompileMainPass):

  • jit/JIT.h:
  • jit/JITOpcodes.cpp:

(JSC):

  • jit/JITOpcodes32_64.cpp:

(JSC):

  • llint/LowLevelInterpreter32_64.asm:
  • llint/LowLevelInterpreter64.asm:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm

    r116670 r116673  
    232232.opCreateThisSlow:
    233233    callSlowPath(_llint_slow_path_create_this)
    234     dispatch(2)
    235 
    236 
    237 _llint_op_get_callee:
    238     traceExecution()
    239     loadis 8[PB, PC, 8], t0
    240     loadp Callee[cfr], t1
    241     storep t1, [cfr, t0, 8]
    242234    dispatch(2)
    243235
Note: See TracChangeset for help on using the changeset viewer.