Changeset 59074 in webkit


Ignore:
Timestamp:
May 10, 2010 6:07:31 AM (14 years ago)
Author:
eric@webkit.org
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  <laszlo.1.gombos@nokia.com>
     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  <ukai@chromium.org>
    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.