[issue17430] missed peephole optimization

Antoine Pitrou report at bugs.python.org
Thu Apr 11 12:02:43 CEST 2013


Antoine Pitrou added the comment:

The migration to an AST optimizer is a bit of a pie-in-the-sky project. Functionally, it doesn't have many benefits since the scope of legal static optimizations in Python is very narrow (due to the dynamic nature of the language). Therefore, the main benefit it would bring would be (presumably) easier maintenance.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list