[Webkit-unassigned] [Bug 77797] DFG's child references from one node to another should have room for type information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 5 15:27:56 PST 2012


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


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125537|0                           |1
        is obsolete|                            |
 Attachment #125537|review?                     |
               Flag|                            |
 Attachment #125538|                            |review?
               Flag|                            |




--- Comment #10 from Filip Pizlo <fpizlo at apple.com>  2012-02-05 15:27:56 PST ---
Created an attachment (id=125538)
 --> (https://bugs.webkit.org/attachment.cgi?id=125538&action=review)
the patch

Fix a really bad operator precedence bug found by Qt EWS.  Instead of writing (a << b) - c, I had written a << b - c, which is totally different.

-- 
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