Changeset 59074 in webkit for trunk/JavaScriptCore


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:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r59067 r59074  
     12010-05-10  Laszlo Gombos  <[email protected]>
     2
     3        Reviewed by Darin Adler.
     4
     5        [Qt] Disable JIT support for mingw-w64
     6        https://bugs.webkit.org/show_bug.cgi?id=38747
     7
     8        Disale JIT for mingw-w64 as it is reportedly
     9        unstable.
     10
     11        Thanks for Vanboxem Rruben for the investigation.
     12
     13        * wtf/Platform.h:
     14
    1152010-05-09  Fumitoshi Ukai  <[email protected]>
    216
  • 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.