Ignore:
Timestamp:
Apr 30, 2013, 6:58:20 PM (12 years ago)
Author:
[email protected]
Message:

Removed op_ensure_property_exists
https://bugs.webkit.org/show_bug.cgi?id=115460

Reviewed by Mark Hahnenberg.

It was unused, and whatever it was once used for was not optimized.

(JSC::CodeBlock::dumpBytecode):

  • bytecode/Opcode.h:

(JSC::padOpcodeName):

  • jit/JIT.cpp:

(JSC::JIT::privateCompileMainPass):

  • jit/JIT.h:
  • jit/JITOpcodes.cpp:
  • jit/JITOpcodes32_64.cpp:
  • jit/JITStubs.cpp:
  • jit/JITStubs.h:
  • llint/LLIntSlowPaths.cpp:
  • llint/LLIntSlowPaths.h:
  • llint/LowLevelInterpreter.asm:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JIT.cpp

    r149247 r149418  
    327327        DEFINE_OP(op_put_to_base)
    328328
    329         DEFINE_OP(op_ensure_property_exists)
    330329        DEFINE_OP(op_resolve_with_base)
    331330        DEFINE_OP(op_resolve_with_this)
Note: See TracChangeset for help on using the changeset viewer.