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 methane
Recipients methane, python-dev, serhiy.storchaka, vstinner
Date 2017-01-26.13:55:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485438930.6.0.972711390281.issue29259@psf.upfronthosting.co.za>
In-reply-to
Content
While I feel your work is great, performance benefit seems very small,
compared complexity of this patch.

I think AST level optimize is more important. co_const and co_stacksize
can be more small if constant folding is done in AST.

And I think global cache (#10401 or #28158) is important too.
History
Date User Action Args
2017-01-26 13:55:30methanesetrecipients: + methane, vstinner, python-dev, serhiy.storchaka
2017-01-26 13:55:30methanesetmessageid: <1485438930.6.0.972711390281.issue29259@psf.upfronthosting.co.za>
2017-01-26 13:55:30methanelinkissue29259 messages
2017-01-26 13:55:30methanecreate