Title: [195297] trunk/Source/_javascript_Core
Revision
195297
Author
fpi...@apple.com
Date
2016-01-19 10:35:33 -0800 (Tue, 19 Jan 2016)

Log Message

Unreviewed, undo unintended commit.

* dfg/DFGCommon.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (195296 => 195297)


--- trunk/Source/_javascript_Core/ChangeLog	2016-01-19 18:34:19 UTC (rev 195296)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-01-19 18:35:33 UTC (rev 195297)
@@ -1,3 +1,9 @@
+2016-01-19  Filip Pizlo  <fpi...@apple.com>
+
+        Unreviewed, undo unintended commit.
+
+        * dfg/DFGCommon.h:
+
 2016-01-18  Filip Pizlo  <fpi...@apple.com>
 
         Fix Air shuffling assertions

Modified: trunk/Source/_javascript_Core/dfg/DFGCommon.h (195296 => 195297)


--- trunk/Source/_javascript_Core/dfg/DFGCommon.h	2016-01-19 18:34:19 UTC (rev 195296)
+++ trunk/Source/_javascript_Core/dfg/DFGCommon.h	2016-01-19 18:35:33 UTC (rev 195297)
@@ -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