Re: [pypy-dev] from the psf board public mailing list.

2011-08-24 Thread Massa, Harald Armin
The United Security Conference is Sept 19 and 20 in San Francisco. http://www.net-security.org/conference.php?id=445 Sept 9 is very close for having a proposal ready, and then somebody would have to go to SF. On the other hand, the sandboxing in PyPy is definitely innovative, and if they

Re: [pypy-dev] pypy1.6 slow on string-heavy ops

2011-08-24 Thread Armin Rigo
Hi, On Tue, Aug 23, 2011 at 7:28 PM, Yury Selivanov yselivanov...@gmail.com wrote: If you read that Armin's email carefully, you notice that he talks about a low-level primitive called stacklets, which have some limitations, but are not intended for a regular use.  Greenlets will be

Re: [pypy-dev] Anyone interested in a MIPS port...

2011-08-24 Thread Armin Rigo
Hi Vishal, On Sat, Aug 20, 2011 at 3:53 PM, Vishal vsapr...@gmail.com wrote: a) Does it make sense to have a MIPS port of the PyPy JIT. Yes, it definitely makes sense. I assume that the MIPS machines you consider as final targets have *some* amount of RAM, like, say, minimum 32MB or 64MB.

[pypy-dev] Is PyPy appropriate for Django?

2011-08-24 Thread Andy
Hi, In the PyPy benchmark there's a Django test that shows tremendous speedup of Django when running PyPy-JIT. But that is just for Django templates. What about the other parts of Django? 1) For URL routing Django uses the re module, which is a C extension. Would JIT work with that? 2) Other

Re: [pypy-dev] Is PyPy appropriate for Django?

2011-08-24 Thread Leonardo Santagada
On Wed, Aug 24, 2011 at 6:26 PM, Andy angelf...@yahoo.com wrote: Hi, In the PyPy benchmark there's a Django test that shows tremendous speedup of Django when running PyPy-JIT. But that is just for Django templates. What about the other parts of Django? 1) For URL routing Django uses the re