Title: [173248] trunk/Source/_javascript_Core
Revision
173248
Author
[email protected]
Date
2014-09-03 19:10:52 -0700 (Wed, 03 Sep 2014)

Log Message

Reenable call edge profiling and polymorphic call inlining, now that a bunch of the bugs
are fixed.

* runtime/Options.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (173247 => 173248)


--- trunk/Source/_javascript_Core/ChangeLog	2014-09-04 01:43:34 UTC (rev 173247)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-09-04 02:10:52 UTC (rev 173248)
@@ -1,3 +1,10 @@
+2014-09-03  Filip Pizlo  <[email protected]>
+
+        Reenable call edge profiling and polymorphic call inlining, now that a bunch of the bugs
+        are fixed.
+
+        * runtime/Options.h:
+
 2014-09-03  David Kilzer  <[email protected]>
 
         _javascript_Core should build with newer clang

Modified: trunk/Source/_javascript_Core/runtime/Options.h (173247 => 173248)


--- trunk/Source/_javascript_Core/runtime/Options.h	2014-09-04 01:43:34 UTC (rev 173247)
+++ trunk/Source/_javascript_Core/runtime/Options.h	2014-09-04 02:10:52 UTC (rev 173248)
@@ -172,7 +172,7 @@
     v(bool, callEdgeProfileReallyProcessesLog, true) \
     v(bool, baselineDoesCallEdgeProfiling, false) \
     v(bool, dfgDoesCallEdgeProfiling, true) \
-    v(bool, enableCallEdgeProfiling, false) \
+    v(bool, enableCallEdgeProfiling, true) \
     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