Title: [192815] trunk/Source/_javascript_Core
Revision
192815
Author
fpi...@apple.com
Date
2015-11-30 12:45:03 -0800 (Mon, 30 Nov 2015)

Log Message

REGRESSION(r192812): This change seems to have broken the iOS builds (Requested by ryanhaddad on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=151669

Unreviewed, fix build.

* dfg/DFGCommon.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (192814 => 192815)


--- trunk/Source/_javascript_Core/ChangeLog	2015-11-30 20:36:54 UTC (rev 192814)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-11-30 20:45:03 UTC (rev 192815)
@@ -1,3 +1,12 @@
+2015-11-30  Filip Pizlo  <fpi...@apple.com>
+
+        REGRESSION(r192812): This change seems to have broken the iOS builds (Requested by ryanhaddad on #webkit).
+        https://bugs.webkit.org/show_bug.cgi?id=151669
+
+        Unreviewed, fix build.
+
+        * dfg/DFGCommon.h:
+
 2015-11-30  Saam barati  <sbar...@apple.com>
 
         implement op_get_rest_length so that we can allocate the rest array with the right size from the start

Modified: trunk/Source/_javascript_Core/dfg/DFGCommon.h (192814 => 192815)


--- trunk/Source/_javascript_Core/dfg/DFGCommon.h	2015-11-30 20:36:54 UTC (rev 192814)
+++ trunk/Source/_javascript_Core/dfg/DFGCommon.h	2015-11-30 20:45:03 UTC (rev 192815)
@@ -38,7 +38,7 @@
 // We are in the middle of an experimental transition from LLVM to B3 as the backend for the FTL. We don't
 // yet know how it will turn out. For now, this flag will control whether FTL uses B3. Remember to set this
 // to 0 before committing!
-#define FTL_USES_B3 1
+#define FTL_USES_B3 0
 
 struct Node;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to