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.h

    r149247 r149418  
    726726        void emit_op_resolve(Instruction*);
    727727        void emit_op_resolve_base(Instruction*);
    728         void emit_op_ensure_property_exists(Instruction*);
    729728        void emit_op_resolve_with_base(Instruction*);
    730729        void emit_op_resolve_with_this(Instruction*);
Note: See TracChangeset for help on using the changeset viewer.