- Timestamp:
- Jan 30, 2009, 7:11:39 PM (17 years ago)
- mrowe@apple.com
- Message:
-
<rdar://problem/6391501> Enable the JIT on Mac OS X x86_64 as it passes all tests.
Rubber-stamped by Oliver Hunt.
- wtf/Platform.h:
- Location:
- trunk/JavaScriptCore
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r40419 r40439 1 2009-01-30 Mark Rowe <mrowe@apple.com> 2 3 Rubber-stamped by Oliver Hunt. 4 5 <rdar://problem/6391501> Enable the JIT on Mac OS X x86_64 as it passes all tests. 6 7 * wtf/Platform.h: 8 1 9 2009-01-30 Oliver Hunt <oliver@apple.com> 2 10 -
trunk/JavaScriptCore/wtf/Platform.h
r40404 r40439 442 442 443 443 #if !defined(ENABLE_JIT) 444 /* x86-64 support is under development.*/444 /* The JIT is tested & working on x86_64 Mac */ 445 445 #if PLATFORM(X86_64) && PLATFORM(MAC) 446 #define ENABLE_JIT 0446 #define ENABLE_JIT 1 447 447 #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1 448 448 /* The JIT is tested & working on x86 Mac */
Note: See TracChangeset for help on using the changeset viewer.