Changeset 34777 in webkit for trunk/JavaScriptCore/VM/Machine.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/Machine.h

    r34684 r34777  
    128128
    129129        int m_reentryDepth;
     130
    130131#if HAVE(COMPUTED_GOTO)
    131132        Opcode m_opcodeTable[numOpcodeIDs]; // Maps OpcodeID => Opcode for compiling
Note: See TracChangeset for help on using the changeset viewer.