Re: [pypy-dev] binascii.crc32() OverflowError?

2011-07-23 Thread Armin Rigo
Hi, On Sat, Jul 23, 2011 at 7:18 AM, Roger Flores aide...@yahoo.com wrote: value = binascii.crc32(new_value, value) 0x value = binascii.crc32(new_value, value) 0x Thanks for the report. This code doesn't run on top of CPython 2.5, too, but works indeed on top of CPython 2.7.

Re: [pypy-dev] Benchmarks

2011-07-23 Thread Armin Rigo
Hi Maciek, On Mon, Jul 18, 2011 at 9:27 PM, Maciej Fijalkowski fij...@gmail.com wrote: What's although worth considering is how to get stuff optimized even if we don't have loops (but I guess carl has already started) I'm unsure what you mean here. The function_threshold stuff you did is

Re: [pypy-dev] Benchmarks

2011-07-23 Thread Maciej Fijalkowski
On Sat, Jul 23, 2011 at 11:05 AM, Armin Rigo ar...@tunes.org wrote: Hi Maciek, On Mon, Jul 18, 2011 at 9:27 PM, Maciej Fijalkowski fij...@gmail.com wrote: What's although worth considering is how to get stuff optimized even if we don't have loops (but I guess carl has already started) I'm

Re: [pypy-dev] Benchmarks

2011-07-23 Thread Maciej Fijalkowski
On Sat, Jul 23, 2011 at 11:05 AM, Armin Rigo ar...@tunes.org wrote: Hi Maciek, On Mon, Jul 18, 2011 at 9:27 PM, Maciej Fijalkowski fij...@gmail.com wrote: What's although worth considering is how to get stuff optimized even if we don't have loops (but I guess carl has already started) I'm