Changeset 70126 in webkit


Ignore:
Timestamp:
Oct 19, 2010 9:43:21 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-19 Kwang Yul Seo <skyul@company100.net>

Reviewed by David Kilzer.

[BREWMP] Turn off JIT for simulator build
https://bugs.webkit.org/show_bug.cgi?id=47937

We don't need to test x86 JIT.

  • wtf/Platform.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r70111 r70126  
     12010-10-19  Kwang Yul Seo  <skyul@company100.net>
     2
     3        Reviewed by David Kilzer.
     4
     5        [BREWMP] Turn off JIT for simulator build
     6        https://bugs.webkit.org/show_bug.cgi?id=47937
     7
     8        We don't need to test x86 JIT.
     9
     10        * wtf/Platform.h:
     11
    1122010-10-19  Oliver Hunt  <oliver@apple.com>
    213
  • trunk/JavaScriptCore/wtf/Platform.h

    r70111 r70126  
    694694#endif
    695695
     696#if PLATFORM(BREWMP_SIMULATOR)
     697#define ENABLE_JIT 0
     698#endif
     699
    696700#if !defined(HAVE_ACCESSIBILITY)
    697701#if PLATFORM(IOS) || PLATFORM(MAC) || PLATFORM(WIN) || PLATFORM(GTK) || PLATFORM(CHROMIUM)
Note: See TracChangeset for help on using the changeset viewer.