[Webkit-unassigned] [Bug 72878] Strength reduction for Mul and Mod operations for known constants in 32bit DFG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 21:51:15 PST 2011


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


Yuqiang Xian <yuqiang.xian at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116168|0                           |1
        is obsolete|                            |
 Attachment #116177|                            |review?, commit-queue?
               Flag|                            |




--- Comment #5 from Yuqiang Xian <yuqiang.xian at intel.com>  2011-11-21 21:51:15 PST ---
Created an attachment (id=116177)
 --> (https://bugs.webkit.org/attachment.cgi?id=116177&action=review)
patch fixing the 64bit regression

In the ArithMod fast path, the dividend value could be the final result (in case of |dividend| < |divisor|) and the result cannot be a tagged integer, so we speculate it as strict int32.

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