Changeset 66991 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 8, 2010, 9:52:44 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r66986 r66991 1 2010-09-08 Jocelyn Turcotte <[email protected]> 2 3 Reviewed by Andreas Kling. 4 5 Re-Disable JIT for MSVC 64bit to fix the build on this compiler. 6 https://bugs.webkit.org/show_bug.cgi?id=45382 7 8 It was enabled in the cleanup made in r64176, though it is still 9 not implemented. 10 11 * wtf/Platform.h: 12 1 13 2010-09-08 Martin Robinson <[email protected]> 2 14 -
trunk/JavaScriptCore/wtf/Platform.h
r66846 r66991 949 949 #endif 950 950 951 /* JIT is not implemented for 64 bit on MSVC */ 952 #if !defined(ENABLE_JIT) && COMPILER(MSVC) && CPU(X86_64) 953 #define ENABLE_JIT 0 954 #endif 955 951 956 /* The JIT is enabled by default on all x86, x64-64, ARM & MIPS platforms. */ 952 957 #if !defined(ENABLE_JIT) \
Note:
See TracChangeset
for help on using the changeset viewer.