Title: [200796] trunk/Source/_javascript_Core
Revision
200796
Author
[email protected]
Date
2016-05-12 15:55:39 -0700 (Thu, 12 May 2016)

Log Message

Baseline and DFG's JSC_report...CompileTimes needs CodeBlock hashes.
https://bugs.webkit.org/show_bug.cgi?id=157643

Reviewed by Keith Miller.

* runtime/Options.cpp:
(JSC::recomputeDependentOptions):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (200795 => 200796)


--- trunk/Source/_javascript_Core/ChangeLog	2016-05-12 22:51:22 UTC (rev 200795)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-05-12 22:55:39 UTC (rev 200796)
@@ -1,3 +1,13 @@
+2016-05-12  Mark Lam  <[email protected]>
+
+        Baseline and DFG's JSC_report...CompileTimes needs CodeBlock hashes.
+        https://bugs.webkit.org/show_bug.cgi?id=157643
+
+        Reviewed by Keith Miller.
+
+        * runtime/Options.cpp:
+        (JSC::recomputeDependentOptions):
+
 2016-05-12  Csaba Osztrogonác  <[email protected]>
 
         Remove ENABLE(ES6_ARROWFUNCTION_SYNTAX) guards

Modified: trunk/Source/_javascript_Core/runtime/Options.cpp (200795 => 200796)


--- trunk/Source/_javascript_Core/runtime/Options.cpp	2016-05-12 22:51:22 UTC (rev 200795)
+++ trunk/Source/_javascript_Core/runtime/Options.cpp	2016-05-12 22:55:39 UTC (rev 200796)
@@ -328,6 +328,8 @@
         || Options::verboseOSR()
         || Options::verboseCompilationQueue()
         || Options::reportCompileTimes()
+        || Options::reportBaselineCompileTimes()
+        || Options::reportDFGCompileTimes()
         || Options::reportFTLCompileTimes()
         || Options::verboseCFA()
         || Options::verboseFTLFailure())
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to