This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, brett.cannon, methane, ncoghlan, pitrou, rhettinger, serhiy.storchaka, yselivanov
Date 2018-04-20.19:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524254084.44.0.682650639539.issue33318@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-04-20 19:54:44pitrousetrecipients: + pitrou, brett.cannon, rhettinger, ncoghlan, benjamin.peterson, methane, serhiy.storchaka, yselivanov
2018-04-20 19:54:44pitrousetmessageid: <1524254084.44.0.682650639539.issue33318@psf.upfronthosting.co.za>
2018-04-20 19:54:44pitroulinkissue33318 messages
2018-04-20 19:54:44pitroucreate