Title: [191836] trunk/Source/_javascript_Core
Revision
191836
Author
[email protected]
Date
2015-10-30 19:20:51 -0700 (Fri, 30 Oct 2015)

Log Message

Unreviewed, removing FIXME referencing https://bugs.webkit.org/show_bug.cgi?id=150540.

* b3/B3ValueRep.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (191835 => 191836)


--- trunk/Source/_javascript_Core/ChangeLog	2015-10-31 02:11:01 UTC (rev 191835)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-10-31 02:20:51 UTC (rev 191836)
@@ -1,3 +1,9 @@
+2015-10-30  Filip Pizlo  <[email protected]>
+
+        Unreviewed, removing FIXME referencing https://bugs.webkit.org/show_bug.cgi?id=150540.
+
+        * b3/B3ValueRep.h:
+
 2015-10-30  Michael Saboff  <[email protected]>
 
         Windows X86-64 change for Crash making a tail call from a getter to a host function

Modified: trunk/Source/_javascript_Core/b3/B3ValueRep.h (191835 => 191836)


--- trunk/Source/_javascript_Core/b3/B3ValueRep.h	2015-10-31 02:11:01 UTC (rev 191835)
+++ trunk/Source/_javascript_Core/b3/B3ValueRep.h	2015-10-31 02:20:51 UTC (rev 191836)
@@ -60,9 +60,6 @@
 
         // As an input representation, this forces the value to end up in the argument area at some
         // offset.
-        // FIXME: The StackmapSpecial class needs to account for the fact that these don't turn into
-        // Air operands.
-        // https://bugs.webkit.org/show_bug.cgi?id=150540
         StackArgument,
 
         // As an output representation, this tells us that B3 constant-folded the value.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to