Changeset 50540 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Nov 4, 2009, 7:29:28 PM (16 years ago)
Author:
[email protected]
Message:

Rubber Stamped by Oliver Hunt.

Patch by Gavin Barraclough <[email protected]> on 2009-11-04
Enable native call optimizations on ARMv7. (Existing ARM_TRADITIONAL
implementation was generic, worked perfectly, just needed turning on).

  • jit/JITOpcodes.cpp:
  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r50438 r50540  
    736736#elif PLATFORM(ARM_THUMB2) && PLATFORM(IPHONE)
    737737    #define ENABLE_JIT 1
    738     #define ENABLE_JIT_OPTIMIZE_NATIVE_CALL 0
    739738/* The JIT is tested & working on x86 Windows */
    740739#elif PLATFORM(X86) && PLATFORM(WIN)
     
    754753#elif PLATFORM(ARM_TRADITIONAL) && PLATFORM(LINUX)
    755754    #define ENABLE_JIT 1
    756     #if PLATFORM(ARM_THUMB2)
    757         #define ENABLE_JIT_OPTIMIZE_NATIVE_CALL 0
    758     #endif
    759755#endif
    760756#endif /* PLATFORM(QT) */
Note: See TracChangeset for help on using the changeset viewer.