Title: [173237] trunk/Source/_javascript_Core
Revision
173237
Author
[email protected]
Date
2014-09-03 15:44:34 -0700 (Wed, 03 Sep 2014)

Log Message

Temporarily disable call edge profiling. It is causing crashes and I'm still investigating
them.

* runtime/Options.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (173236 => 173237)


--- trunk/Source/_javascript_Core/ChangeLog	2014-09-03 22:26:34 UTC (rev 173236)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-09-03 22:44:34 UTC (rev 173237)
@@ -1,3 +1,10 @@
+2014-09-03  Filip Pizlo  <[email protected]>
+
+        Temporarily disable call edge profiling. It is causing crashes and I'm still investigating
+        them.
+
+        * runtime/Options.h:
+
 2014-09-03  Balazs Kilvady  <[email protected]>
 
         [MIPS] Wrong register usage in LLInt op_catch.

Modified: trunk/Source/_javascript_Core/runtime/Options.h (173236 => 173237)


--- trunk/Source/_javascript_Core/runtime/Options.h	2014-09-03 22:26:34 UTC (rev 173236)
+++ trunk/Source/_javascript_Core/runtime/Options.h	2014-09-03 22:44:34 UTC (rev 173237)
@@ -172,7 +172,7 @@
     v(bool, callEdgeProfileReallyProcessesLog, true) \
     v(bool, baselineDoesCallEdgeProfiling, false) \
     v(bool, dfgDoesCallEdgeProfiling, true) \
-    v(bool, enableCallEdgeProfiling, true) \
+    v(bool, enableCallEdgeProfiling, false) \
     v(unsigned, frequentCallThreshold, 2) \
     v(bool, optimizeNativeCalls, false) \
     \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to