[Webkit-unassigned] [Bug 94779] To reduce cost of converting type during modulo for integers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 01:04:14 PDT 2012


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





--- Comment #23 from hojong.han at samsung.com  2012-09-18 01:04:43 PST ---
(In reply to comment #22)
> 
> Strange.  That would imply that integer-division-neg2tothe32-by-neg1.js should have crashed.
> 
> Can you try the following program:
> 
> function notInlineable(a, b) {
>     function foo() { } // use this to force-disable inlining
>     return [foo, a % b];
> }
> 
> for (var i = 0; i < 1000; ++i)
>     print(notInlineable(-2147483648, -1));

Do you want me to test that script with my test binary that the patch is applied? If yes, it gives me "function foo() { },0" a lot.

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