Antoine Pitrou <pit...@free.fr> added the comment:

First, are these benchmark results jitted or non-jitted? Right now, non-jitted 
results are a stronger motivation for inclusion in main CPython, IMHO. 

Second, 2.7 won't receive any features / performance improvements anymore. It 
would be nice to have 3.2 (non-jitted) benchmark results.

Third, if removing intermediate allocations is the kind of optimizations a JIT 
will do anyway, does it make sense or not to make these optimizations explicit 
at the bytecode level? (this is really an open question, not a rhetorical one)

----------
nosy: +collinwinter, jyasskin

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6033>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to