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


Ignore:
Timestamp:
Jul 2, 2010, 6:49:03 PM (15 years ago)
Author:
[email protected]
Message:

2010-07-02 Chao-ying Fu <[email protected]>

Reviewed by Oliver Hunt.

Re-enable JIT_OPTIMIZE_NATIVE_CALL on MIPS
https://bugs.webkit.org/show_bug.cgi?id=40179

Add the MIPS part to re-enable JIT_OPTIMIZE_NATIVE_CALL.

  • jit/JITOpcodes.cpp: (JSC::JIT::privateCompileCTINativeCall):
  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r62355 r62422  
    980980#endif
    981981#if (CPU(X86) && USE(JSVALUE32_64)) || (CPU(X86_64) && USE(JSVALUE64)) \
    982      || CPU(ARM)
     982     || CPU(ARM) \
     983     || CPU(MIPS)
    983984#if ENABLE(JIT) && !defined(ENABLE_JIT_OPTIMIZE_NATIVE_CALL)
    984985#define ENABLE_JIT_OPTIMIZE_NATIVE_CALL 1
Note: See TracChangeset for help on using the changeset viewer.