Re: [pypy-dev] Benchmarks

2011-07-16 Thread Alex Gaynor
On Sat, Jul 16, 2011 at 1:44 PM, Maciej Fijalkowski wrote: > On Tue, Jul 12, 2011 at 1:20 AM, Maciej Fijalkowski > wrote: > > Hi > > > > I'm a bit worried with our current benchmarks state. We have around 4 > > benchmarks that had reasonable slowdowns recently and we keep putting > > new features

Re: [pypy-dev] Benchmarks

2011-07-16 Thread Maciej Fijalkowski
On Tue, Jul 12, 2011 at 1:20 AM, Maciej Fijalkowski wrote: > Hi > > I'm a bit worried with our current benchmarks state. We have around 4 > benchmarks that had reasonable slowdowns recently and we keep putting > new features that speed up other things. How can we even say we have > actually fixed

Re: [pypy-dev] Sandboxing questions

2011-07-16 Thread VanL
On Jul 16, 2011 5:13 AM, "Armin Rigo" wrote: > > Hi, > > On Sat, Jul 16, 2011 at 12:32 AM, VanL wrote: > > I think that a better (read: closer term, and more likely to be performant) > > answer is to create multiple interpreters, *each with their own GIL, each in > > their own thread,* and connec

Re: [pypy-dev] Sandboxing questions

2011-07-16 Thread Armin Rigo
Hi, On Sat, Jul 16, 2011 at 12:32 AM, VanL wrote: > I think that a better (read: closer term, and more likely to be performant) > answer is to create multiple interpreters, *each with their own GIL, each in > their own thread,* and connect them via channels (essentially a pair of > queues). That