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 ncoghlan
Recipients Demur Rumed, amper, benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, rhettinger, vstinner, yselivanov
Date 2016-04-10.02:48:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460256532.3.0.279193706456.issue26722@psf.upfronthosting.co.za>
In-reply-to
Content
Nice work on getting this running, Alexander. However, as Victor and Raymond noted, we're looking to head in a different direction with our bytecode optimisation efforts, which is to better support pluggable AST level optimisations that can make more assumptions about the runtime environment.

If this is a topic you'd like to explore further, then in addition to Victor's FAT Python project, you may also be interested in his proposals to add some supporting infrastructure for that to Python 3.6:

* Dict versioning: https://www.python.org/dev/peps/pep-0509/
* Function specialisation: https://www.python.org/dev/peps/pep-0510/
* Code transformers: https://www.python.org/dev/peps/pep-0511/
History
Date User Action Args
2016-04-10 02:48:52ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, rhettinger, vstinner, benjamin.peterson, yselivanov, Demur Rumed, amper
2016-04-10 02:48:52ncoghlansetmessageid: <1460256532.3.0.279193706456.issue26722@psf.upfronthosting.co.za>
2016-04-10 02:48:52ncoghlanlinkissue26722 messages
2016-04-10 02:48:51ncoghlancreate