Title: [95116] trunk/Source/_javascript_Core
Revision
95116
Author
fpi...@apple.com
Date
2011-09-14 13:48:43 -0700 (Wed, 14 Sep 2011)

Log Message

Unreviewed build fix.  Turn off tiered compilation.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (95115 => 95116)


--- trunk/Source/_javascript_Core/ChangeLog	2011-09-14 20:35:43 UTC (rev 95115)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-09-14 20:48:43 UTC (rev 95116)
@@ -1,3 +1,9 @@
+2011-09-14  Filip Pizlo  <fpi...@apple.com>
+
+        Unreviewed build fix.  Turn off tiered compilation.
+
+        * wtf/Platform.h:
+
 2011-09-13  Filip Pizlo  <fpi...@apple.com>
 
         Prediction tracking is not precise enough

Modified: trunk/Source/_javascript_Core/wtf/Platform.h (95115 => 95116)


--- trunk/Source/_javascript_Core/wtf/Platform.h	2011-09-14 20:35:43 UTC (rev 95115)
+++ trunk/Source/_javascript_Core/wtf/Platform.h	2011-09-14 20:48:43 UTC (rev 95116)
@@ -957,7 +957,7 @@
 #endif
 
 #if !defined(ENABLE_TIERED_COMPILATION)
-#define ENABLE_TIERED_COMPILATION 1
+#define ENABLE_TIERED_COMPILATION 0
 #endif
 
 /* Currently only implemented for JSVALUE64, only tested on PLATFORM(MAC) */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to