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


Ignore:
Timestamp:
May 10, 2010, 6:07:31 AM (15 years ago)
Author:
[email protected]
Message:

2010-05-10 Laszlo Gombos <Laszlo Gombos>

Reviewed by Darin Adler.

[Qt] Disable JIT support for mingw-w64
https://bugs.webkit.org/show_bug.cgi?id=38747

Disale JIT for mingw-w64 as it is reportedly
unstable.

Thanks for Vanboxem Rruben for the investigation.

  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r59042 r59074  
    941941    #define ENABLE_JIT 1
    942942    #define WTF_USE_JIT_STUB_ARGUMENT_VA_LIST 1
    943 #elif CPU(X86_64) && OS(WINDOWS) && COMPILER(MINGW64) && GCC_VERSION >= 40100
    944     #define ENABLE_JIT 1
    945943#elif CPU(X86) && OS(WINDOWS) && COMPILER(MSVC)
    946944    #define ENABLE_JIT 1
Note: See TracChangeset for help on using the changeset viewer.