Changeset 40439 – WebKit

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  
     12009-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
    192009-01-30  Oliver Hunt  <oliver@apple.com>
    210
  • trunk/JavaScriptCore/wtf/Platform.h

    r40404 r40439  
    442442
    443443#if !defined(ENABLE_JIT)
    444 /* x86-64 support is under development. */
     444/* The JIT is tested & working on x86_64 Mac */
    445445#if PLATFORM(X86_64) && PLATFORM(MAC)
    446     #define ENABLE_JIT 0
     446    #define ENABLE_JIT 1
    447447    #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1
    448448/* The JIT is tested & working on x86 Mac */

Note: See TracChangeset for help on using the changeset viewer.