[issue2459] speedup for / while / if with better bytecode

Jeffrey Yasskin report at bugs.python.org
Tue Mar 3 20:45:31 CET 2009


Jeffrey Yasskin <jyasskin at gmail.com> added the comment:

Hold off on reviewing this. There's one bug around the peepholer not
turning itself off when line numbers skip by more than 127, and another
around the traceback generator still assuming line numbers are unsigned.
I'll post another patch when those are fixed and tested. I may not get
to it for a day or two, so someone else is welcome to update the patch
instead. :)

----------
assignee: pitrou -> jyasskin

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


More information about the Python-bugs-list mailing list