Changeset 34777 in webkit for trunk/JavaScriptCore/VM/Opcode.h


Ignore:
Timestamp:
Jun 24, 2008, 2:19:56 PM (17 years ago)
Author:
[email protected]
Message:

Groundwork for reimplementing the slow script dialog

Reviewed by Cameron.

Add special loop opcodes as groundwork for slow script
termination. Also added a few assertions to prevent us
from accidentally coalescing conditional jump operands
in a way that might bypass the slow script opcodes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/Opcode.h

    r34497 r34777  
    9898        macro(op_jless) \
    9999        macro(op_jmp_scopes) \
     100        macro(op_loop_if_true) \
     101        macro(op_loop_if_less) \
    100102        \
    101103        macro(op_new_func) \
Note: See TracChangeset for help on using the changeset viewer.