Indeed. Somehow dealing with int32 I assumed the result should be passed through ECMA-262 ToInt32. I'll fix that in the incoming updated patch.
On Wed, Apr 18, 2012 at 11:28 AM, <[email protected]> wrote: > Hi. I proposed a x86/x64 implementation in issue 2038: > http://code.google.com/p/v8/**issues/detail?id=2038<http://code.google.com/p/v8/issues/detail?id=2038> > which depends on this patch. > > I thought that there are some potential deopt unhandled? > Math.floor(0x80000000/-1) = overflow > Math.floor(0/-N) = -0 > > http://codereview.chromium.**org/9638018/<http://codereview.chromium.org/9638018/> > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
