[pypy-dev] Benchmark that pypy doesn't do well on

2014-04-22 Thread Kevin Modzelewski
Hi all, I've finally gotten around to open-sourcing some old code of mine (coincidentally, the predecessor to Pyston) which doesn't perform that well on PyPy. It's not the best benchmark, since it's not deterministic and produces different results on PyPy and CPython (due to dict ordering, I think

Re: [pypy-dev] Blocked Block error

2014-04-22 Thread Ryan Gonzalez
Thank you so much again! That makes sense! On Tue, Apr 22, 2014 at 3:14 AM, Armin Rigo wrote: > Hi Ryan, > > On 21 April 2014 20:37, Ryan Gonzalez wrote: > > What I want to know is the meaning of the Blocked Block error. I always > get > > that error at least once. Usually I can solve it mysel

[pypy-dev] 2.3 release is close, please help triage the open bugs

2014-04-22 Thread Matti Picus
The consensus on IRC is that we are ready to release PyPy 2.3 Please help triage the bugs on bugs.pypy.org, and mark your favorite release-critical one with the 2.3 Release tag. We could also use a name for the release, suggestions are welcome. For an idea as to what changed, see the release notice

Re: [pypy-dev] Blocked Block error

2014-04-22 Thread Armin Rigo
Hi Ryan, On 21 April 2014 20:37, Ryan Gonzalez wrote: > What I want to know is the meaning of the Blocked Block error. I always get > that error at least once. Usually I can solve it myself, but I'm curious as > to what it actually means. When RPython does type inference, it works incrementally.