Re: [pypy-dev] Spurious dict lookups in my JIT loops

2011-09-21 Thread Armin Rigo
Hi Boris, Sorry, I can't help you more from just seeing the fragments of code. I would need to look at the whole source. Armin ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Sandbox examples

2011-09-21 Thread Armin Rigo
Hi Geoffrey, On Mon, Sep 19, 2011 at 9:40 PM, Geoffrey Thomas geo...@mit.edu wrote: I'm looking at building a real application using PyPy's sandbox mode, and am having a harder time than I'd expect finding any examples of people using the sandbox in the real world. This is because, as far as

Re: [pypy-dev] contributing to pypy

2011-09-21 Thread Justin Peel
You didn't say what sort of work you are looking for. Here are some ideas that I've had on my TODO (at some point) list: -contribute to micronumpy -astype -scalar types like numpy.int8 -a ufunc that isn't implemented yet -speed up json module by adapting simplejson's pypy-support

Re: [pypy-dev] Sandbox examples

2011-09-21 Thread VanL
On 9/21/2011 5:12 AM, Armin Rigo wrote: Hi Geoffrey, On Mon, Sep 19, 2011 at 9:40 PM, Geoffrey Thomasgeo...@mit.edu wrote: I'm looking at building a real application using PyPy's sandbox mode, and am having a harder time than I'd expect finding any examples of people using the sandbox in the