Title: [120836] trunk/Source/_javascript_Core/ChangeLog
Revision
120836
Author
[email protected]
Date
2012-06-20 10:51:07 -0700 (Wed, 20 Jun 2012)

Log Message

Fix JSC ChangeLog, forgot to add a comment to the ChangeLog before committing.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (120835 => 120836)


--- trunk/Source/_javascript_Core/ChangeLog	2012-06-20 17:49:18 UTC (rev 120835)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-06-20 17:51:07 UTC (rev 120836)
@@ -4,6 +4,10 @@
         https://bugs.webkit.org/show_bug.cgi?id=89551
 
         Reviewed by Geoffrey Garen.
+        
+        This change also removes running Dominators unconditionally on every DFG
+        compile. Dominators are designed to be computed on-demand, and currently
+        the only demand is graph dumps.
 
         * CMakeLists.txt:
         * GNUmakefile.list.am:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to