Re: [pypy-dev] PyPy Assembler SQRT Patch

2011-05-07 Thread Armin Rigo
Hi Joe, On Sat, May 7, 2011 at 6:15 AM, Joe wrote: > My mistake.  There was a bug so it appeared as though SQRTSD wasn't > being used while running the tests.  It turns out the first patch I > posted probably worked.  After benchmarking, SQRTSD is definitely the > cause of the speedup.  Sorry for

[pypy-dev] Pypy bugs

2011-05-07 Thread Elefterios Stamatogiannakis
Hi all, and many many thanks for pypy. Your work on pypy is exceptional. Due to Roger Binns doing the first steps of porting APSW on top of pypy, i've tried my project (madIS: http://code.google.com/p/madis ) with pypy and head APSW, and found the following: In python 2.7.1: In [1]: print dict.

Re: [pypy-dev] Pypy bugs

2011-05-07 Thread Dan Stromberg
Hi Elefterios. I don't really work on PyPy, but I've written code that runs on PyPy and CPython 2&3 and Jython, unmodified. I tried IronPython too, but it was too different from the others. On Sat, May 7, 2011 at 6:13 PM, Elefterios Stamatogiannakis < est...@gmail.com> wrote: > Hi all, and many