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 serhiy.storchaka
Recipients abarnert, benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-05.17:34:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454693647.41.0.887597709812.issue26297@psf.upfronthosting.co.za>
In-reply-to
Content
For using more efficient bytecode (either specialized 8-bit opcodes or 16-bit opcodes) we need to move some optimizations from bytecode level to AST level, since LOAD_CONST variants could have variable size. Now with the Constant node this should be easy.
History
Date User Action Args
2016-02-05 17:34:07serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, georg.brandl, ncoghlan, vstinner, benjamin.peterson, yselivanov, abarnert
2016-02-05 17:34:07serhiy.storchakasetmessageid: <1454693647.41.0.887597709812.issue26297@psf.upfronthosting.co.za>
2016-02-05 17:34:07serhiy.storchakalinkissue26297 messages
2016-02-05 17:34:07serhiy.storchakacreate