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 abarnert
Recipients abarnert, benjamin.peterson, georg.brandl, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-06.07:58:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454745508.51.0.972115666392.issue26300@psf.upfronthosting.co.za>
In-reply-to
Content
Reading more about wpython (slide 23 of https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wpython2/Cleanup%20and%20new%20optimizations%20in%20WPython%201.1.pdf), one of his optimizations was moving the peephole optimizer into the compiler, so it could just use the linked list of block objects of arrays of instruction objects, instead of raw bytecode.

Obviously that idea isn't compatible with PEP 511. But on the off chance that PEP 511 founders, that might be the simplest answer to this problem.
History
Date User Action Args
2016-02-06 07:58:28abarnertsetrecipients: + abarnert, georg.brandl, pitrou, vstinner, benjamin.peterson, serhiy.storchaka, yselivanov
2016-02-06 07:58:28abarnertsetmessageid: <1454745508.51.0.972115666392.issue26300@psf.upfronthosting.co.za>
2016-02-06 07:58:28abarnertlinkissue26300 messages
2016-02-06 07:58:27abarnertcreate