[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
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] Poor performance for Krakatau

2014-12-08 Thread Armin Rigo
Hi Robert,

On 10 November 2014 at 05:27, Maciej Fijalkowski  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.  It turns out not
to be exclusively warmup time: after the program is fully warmed up,
it is still almost 2 times slower than CPython.  We'll look at it at
some point now that it's on speed.pypy.org and annoying us regularly
:-)


A bientôt,

Armin & Carl Friedrich
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev