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

I'm not convinced by this.  One of the points of separating the optimizer from 
the compiler is that people wanting to study/extend the compiler don't have to 
filter through optimization-related routines.  Separating initial code 
generation from optimization passes is an established practice in compiler 
design.

----------

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

Reply via email to