Changeset 59074 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 10, 2010, 6:07:31 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r59067 r59074 1 2010-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 1 15 2010-05-09 Fumitoshi Ukai <[email protected]> 2 16 -
trunk/JavaScriptCore/wtf/Platform.h
r59042 r59074 941 941 #define ENABLE_JIT 1 942 942 #define WTF_USE_JIT_STUB_ARGUMENT_VA_LIST 1 943 #elif CPU(X86_64) && OS(WINDOWS) && COMPILER(MINGW64) && GCC_VERSION >= 40100944 #define ENABLE_JIT 1945 943 #elif CPU(X86) && OS(WINDOWS) && COMPILER(MSVC) 946 944 #define ENABLE_JIT 1
Note:
See TracChangeset
for help on using the changeset viewer.