[issue4753] Faster opcode dispatch on gcc

Antoine Pitrou report at bugs.python.org
Fri Jan 2 17:28:28 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

> If I dump the assembler code for ceval.c will that help others debug
> the problem?

Well, I'm no PPC expert but it can be useful. Can you dump it with "-S
-dA"?

(also, can you try the latest patch? I've made some tiny adjustement in
the opcode epilogues, I don't think it will make a difference but who
knows)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4753>
_______________________________________


More information about the Python-bugs-list mailing list