Hi,

On Fri, Sep 23, 2011 at 6:12 AM, Benjamin Peterson <benja...@python.org> wrote:
>> What's the PyPy position on bytecode hacking? Good, bad, evil, don't mind
>> either way?
>
> (...)
> Secondly, it's useless for speed when you have a JIT.

Indeed, although it is not 100% true, because we also have an
interpreter.  But it's still 95% true.  All in all micro-optimizations
that gain at most some small number of percents in CPython's run-time
and that don't give anything anyway with the JIT are particularly
pointless in PyPy.  Well, let's just say I'm amazed at the energy
people can put in endless threads of discussion.  Feel free to do it,
because it's usually easy to adapt our interpreter, and our JIT
follows automatically.

I would very naively suggest the following: How about putting the same
amount of effort into bringing forward http://hotpy.blogspot.com/
instead?


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to