[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

cwzwarich at webkit.org cwzwarich at webkit.org
Wed Dec 22 18:36:35 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a73ab8c0e1c0472ee708471c35beba384bf0161d
Author: cwzwarich at webkit.org <cwzwarich at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 14 16:59:46 2010 +0000

    Not reviewed.
    
    Revert accidental change disabling the JIT for most platforms.
    
    * wtf/Platform.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74030 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 619f809..96f854b 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-14  Cameron Zwarich  <zwarich at apple.com>
+
+        Not reviewed.
+
+        Revert accidental change disabling the JIT for most platforms.
+
+        * wtf/Platform.h:
+
 2010-12-13  Cameron Zwarich  <zwarich at apple.com>
 
         Reviewed by Eric Seidel.
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 7abb41d..87a12cc 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -973,7 +973,7 @@
     && (CPU(X86) || CPU(X86_64) || CPU(ARM) || CPU(MIPS)) \
     && (OS(DARWIN) || !COMPILER(GCC) || GCC_VERSION_AT_LEAST(4,1,0)) \
     && !OS(WINCE)
-#define ENABLE_JIT 0
+#define ENABLE_JIT 1
 #endif
 
 /* Ensure that either the JIT or the interpreter has been enabled. */

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list