Hi Daniel, On 19/03/11 04:45, ademan wrote: > Author: Daniel Roberts <[email protected]> > Branch: fold_intadd > Changeset: r42802:386510d0fb45 > Date: 2011-03-18 20:41 -0700 > http://bitbucket.org/pypy/pypy/changeset/386510d0fb45/ > > Log: Changed test to reflect my optimizeopt's decision to emit > int_sub(iX, -x) when x < 0
what happens when you are on 32 bit and see int_add(i0, -2147483648)? ciao, Anto _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
