summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore
diff options
context:
space:
mode:
authorHuahui Wu <hwu@google.com>2010-02-23 11:24:57 -0500
committerHuahui Wu <hwu@google.com>2010-02-23 13:32:24 -0500
commitb2165bee2d1d0d322e65f0d941daf1979d755403 (patch)
treec6788183817c2b0596177159053da9f000c5f21a /JavaScriptCore
parent976279e0c25755d59d66061900ba48b602ecceec (diff)
downloadexternal_webkit-b2165bee2d1d0d322e65f0d941daf1979d755403.zip
external_webkit-b2165bee2d1d0d322e65f0d941daf1979d755403.tar.gz
external_webkit-b2165bee2d1d0d322e65f0d941daf1979d755403.tar.bz2
While upstreaming the JSC JIT patch to the open source Webkit trunk,
there were a few small changes upon the review comments. This CL makes corresponding changes in Android code base to be consistent with the open source Webkit trunk.
Diffstat (limited to 'JavaScriptCore')
-rw-r--r--JavaScriptCore/wtf/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 1774c08..265cf7e 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -864,6 +864,7 @@ on MinGW. See https://bugs.webkit.org/show_bug.cgi?id=29268 */
#define WTF_USE_JIT_STUB_ARGUMENT_VA_LIST 1
#elif CPU(ARM_THUMB2) && PLATFORM(IPHONE)
#define ENABLE_JIT 1
+/* The JIT is tested & working on Android */
#elif CPU(ARM_THUMB2) && PLATFORM(ANDROID) && ENABLE(ANDROID_JSC_JIT)
#define ENABLE_JIT 1
/* The JIT is tested & working on x86 Windows */