Title: [87226] branches/safari-534-branch/Source/_javascript_Core/wtf/Platform.h
Revision
87226
Author
[email protected]
Date
2011-05-24 16:13:46 -0700 (Tue, 24 May 2011)

Log Message

Merge radar 9489360.

Modified Paths


Diff

Modified: branches/safari-534-branch/Source/_javascript_Core/wtf/Platform.h (87225 => 87226)


--- branches/safari-534-branch/Source/_javascript_Core/wtf/Platform.h	2011-05-24 23:03:39 UTC (rev 87225)
+++ branches/safari-534-branch/Source/_javascript_Core/wtf/Platform.h	2011-05-24 23:13:46 UTC (rev 87226)
@@ -1022,9 +1022,9 @@
 
 /* Currently only implemented for JSVALUE64, only tested on PLATFORM(MAC) */
 #if ENABLE(JIT) && USE(JSVALUE64) && PLATFORM(MAC)
-#define ENABLE_DFG_JIT 1
+#define ENABLE_DFG_JIT 0
 /* Enabled with restrictions to circumvent known performance regressions. */
-#define ENABLE_DFG_JIT_RESTRICTIONS 1
+#define ENABLE_DFG_JIT_RESTRICTIONS 0
 #endif
 
 /* Ensure that either the JIT or the interpreter has been enabled. */
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to