Title: [195419] trunk/Source/_javascript_Core
Revision
195419
Author
fpi...@apple.com
Date
2016-01-21 12:16:01 -0800 (Thu, 21 Jan 2016)

Log Message

Unreviewed, undo DFGCommon.h change that accidentally enabled the B3 JIT.

* dfg/DFGCommon.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (195418 => 195419)


--- trunk/Source/_javascript_Core/ChangeLog	2016-01-21 20:15:04 UTC (rev 195418)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-01-21 20:16:01 UTC (rev 195419)
@@ -1,5 +1,11 @@
 2016-01-21  Filip Pizlo  <fpi...@apple.com>
 
+        Unreviewed, undo DFGCommon.h change that accidentally enabled the B3 JIT.
+
+        * dfg/DFGCommon.h:
+
+2016-01-21  Filip Pizlo  <fpi...@apple.com>
+
         Move32 should have an Imm, Tmp form
         https://bugs.webkit.org/show_bug.cgi?id=153313
 

Modified: trunk/Source/_javascript_Core/dfg/DFGCommon.h (195418 => 195419)


--- trunk/Source/_javascript_Core/dfg/DFGCommon.h	2016-01-21 20:15:04 UTC (rev 195418)
+++ trunk/Source/_javascript_Core/dfg/DFGCommon.h	2016-01-21 20:16:01 UTC (rev 195419)
@@ -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