Title: [117543] branches/dfgopt/Source/_javascript_Core
Revision
117543
Author
[email protected]
Date
2012-05-17 22:33:17 -0700 (Thu, 17 May 2012)

Log Message

Fix a typo that Geoff noticed but that I forgot to fix in the last commit.
https://bugs.webkit.org/show_bug.cgi?id=86552

* dfg/DFGArgumentsSimplificationPhase.cpp:
(JSC::DFG::ArgumentsSimplificationPhase::run):

Modified Paths

Diff

Modified: branches/dfgopt/Source/_javascript_Core/ChangeLog (117542 => 117543)


--- branches/dfgopt/Source/_javascript_Core/ChangeLog	2012-05-18 05:30:16 UTC (rev 117542)
+++ branches/dfgopt/Source/_javascript_Core/ChangeLog	2012-05-18 05:33:17 UTC (rev 117543)
@@ -1,5 +1,13 @@
 2012-05-17  Filip Pizlo  <[email protected]>
 
+        Fix a typo that Geoff noticed but that I forgot to fix in the last commit.
+        https://bugs.webkit.org/show_bug.cgi?id=86552
+
+        * dfg/DFGArgumentsSimplificationPhase.cpp:
+        (JSC::DFG::ArgumentsSimplificationPhase::run):
+
+2012-05-17  Filip Pizlo  <[email protected]>
+
         DFG should optimize aliased uses of the Arguments object of the current call frame
         https://bugs.webkit.org/show_bug.cgi?id=86552
 

Modified: branches/dfgopt/Source/_javascript_Core/dfg/DFGArgumentsSimplificationPhase.cpp (117542 => 117543)


--- branches/dfgopt/Source/_javascript_Core/dfg/DFGArgumentsSimplificationPhase.cpp	2012-05-18 05:30:16 UTC (rev 117542)
+++ branches/dfgopt/Source/_javascript_Core/dfg/DFGArgumentsSimplificationPhase.cpp	2012-05-18 05:33:17 UTC (rev 117543)
@@ -439,7 +439,7 @@
                     // It's highly likely that we will have a Phantom referencing either
                     // CreateArguments, or a local op for the arguments register, or a
                     // local op for an arguments-aliased variable. In any of those cases,
-                    // we should remote the phantom reference, since:
+                    // we should remove the phantom reference, since:
                     // 1) Phantoms only exist to aid OSR exit. But arguments simplification
                     //    has its own OSR exit story, which is to inform OSR exit to reify
                     //    the arguments as necessary.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to