Title: [128937] trunk/Source/_javascript_Core
Revision
128937
Author
[email protected]
Date
2012-09-18 15:26:41 -0700 (Tue, 18 Sep 2012)

Log Message

Include PhantomArguments in DFGDisassembly
https://bugs.webkit.org/show_bug.cgi?id=97043

Reviewed by Geoffrey Garen.

* dfg/DFGNode.h:
(JSC::DFG::Node::willHaveCodeGenOrOSR):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (128936 => 128937)


--- trunk/Source/_javascript_Core/ChangeLog	2012-09-18 22:03:12 UTC (rev 128936)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-09-18 22:26:41 UTC (rev 128937)
@@ -1,5 +1,15 @@
 2012-09-18  Filip Pizlo  <[email protected]>
 
+        Include PhantomArguments in DFGDisassembly
+        https://bugs.webkit.org/show_bug.cgi?id=97043
+
+        Reviewed by Geoffrey Garen.
+
+        * dfg/DFGNode.h:
+        (JSC::DFG::Node::willHaveCodeGenOrOSR):
+
+2012-09-18  Filip Pizlo  <[email protected]>
+
         REGRESSION(r128802): It made some JS tests crash
         https://bugs.webkit.org/show_bug.cgi?id=97001
 

Modified: trunk/Source/_javascript_Core/dfg/DFGNode.h (128936 => 128937)


--- trunk/Source/_javascript_Core/dfg/DFGNode.h	2012-09-18 22:03:12 UTC (rev 128936)
+++ trunk/Source/_javascript_Core/dfg/DFGNode.h	2012-09-18 22:26:41 UTC (rev 128937)
@@ -806,6 +806,7 @@
         case ValueToInt32:
         case UInt32ToNumber:
         case DoubleAsInt32:
+        case PhantomArguments:
             return true;
         case Phantom:
         case Nop:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to