[Webkit-unassigned] [Bug 84004] DFG should have constant propagation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 18 00:18:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84004


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #137652|0                           |1
        is obsolete|                            |
 Attachment #137652|review?                     |
               Flag|                            |
 Attachment #137658|                            |review?
               Flag|                            |




--- Comment #8 from Filip Pizlo <fpizlo at apple.com>  2012-04-18 00:18:14 PST ---
Created an attachment (id=137658)
 --> (https://bugs.webkit.org/attachment.cgi?id=137658&action=review)
the patch

Fixed two hilarious bugs that this patch introduced:

- LogicalNot(foo) is not an integer.  Really, it isn't.  In fact, it's a boolean.  Imagine that.

- Don't replace JSConstant or WeakJSConstant with JSConstant, because at best that's a waste of CPU cycles and at worst, it's just plain wrong (WeakJSConstant should not be coerced into a JSConstant).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list