[Webkit-unassigned] [Bug 74230] DFG ArithMul power-of-two case does not check for overflow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 9 17:50:04 PST 2011


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





--- Comment #2 from Filip Pizlo <fpizlo at apple.com>  2011-12-09 17:50:04 PST ---
Given how difficult it is to test whether a left-shift overflowed, and the number of registers it would burn, and the speed with which Intel chips do imull, I think the best thing to do is to disable that code-path - provided it isn't too gigantic of a slow-down.

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