Ignore:
Timestamp:
Dec 19, 2011, 6:42:06 PM (13 years ago)
Author:
[email protected]
Message:

If we detect that we can use the JIT, don't use computed opcode lookups
https://bugs.webkit.org/show_bug.cgi?id=74899
<rdar://problem/10604551>

Reviewed by Gavin Barraclough.

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::Interpreter):
(JSC::Interpreter::initialize):
(JSC::Interpreter::privateExecute):

  • interpreter/Interpreter.h:

(JSC::Interpreter::getOpcode):
(JSC::Interpreter::getOpcodeID):

  • runtime/JSGlobalData.cpp:

(JSC::JSGlobalData::JSGlobalData):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r103287 r103292  
     12011-12-19  Filip Pizlo  <[email protected]>
     2
     3        If we detect that we can use the JIT, don't use computed opcode lookups
     4        https://bugs.webkit.org/show_bug.cgi?id=74899
     5        <rdar://problem/10604551>
     6
     7        Reviewed by Gavin Barraclough.
     8
     9        * interpreter/Interpreter.cpp:
     10        (JSC::Interpreter::Interpreter):
     11        (JSC::Interpreter::initialize):
     12        (JSC::Interpreter::privateExecute):
     13        * interpreter/Interpreter.h:
     14        (JSC::Interpreter::getOpcode):
     15        (JSC::Interpreter::getOpcodeID):
     16        * runtime/JSGlobalData.cpp:
     17        (JSC::JSGlobalData::JSGlobalData):
     18
    1192011-12-19  Geoffrey Garen  <[email protected]>
    220
Note: See TracChangeset for help on using the changeset viewer.