Re: [pypy-dev] Poor performance for Krakatau

2014-12-08 Thread Armin Rigo
Hi Robert, On 10 November 2014 at 05:27, Maciej Fijalkowski fij...@gmail.com wrote: I've been looking at krakatau performance for a while, it's almost exclusively warmup time. We are going to address it, I hope rather sooner than later :-) We added Krakatau to the official benchmark suite.

[pypy-dev] Getting rid of prebuilt instance X has no attribute Y warnings

2014-12-08 Thread Timothy Baldridge
I'm getting a ton of these sort of warnings. They seem to go away when I either a) type hint the object via assert (gross) or b) access the attribute via a getter method. Is there a better way? Would there be a problem with somehow just turning this warning off? Thanks, Timothy