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 vstinner
Recipients Demur Rumed, abarnert, benjamin.peterson, brett.cannon, georg.brandl, josh.r, ncoghlan, python-dev, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-04-13.14:50:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460559031.26.0.337573620284.issue26647@psf.upfronthosting.co.za>
In-reply-to
Content
Demur Rumed: Is the peephole optimizer able to emit *two* EXTENDED_ARG for jump larger than 16 bits? Currently, it only has to retry once to add EXTENDED_ARG if a jump is larger than 16 bits (to use 32-bit jump offset).
History
Date User Action Args
2016-04-13 14:50:31vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, rhettinger, ncoghlan, benjamin.peterson, python-dev, serhiy.storchaka, yselivanov, abarnert, josh.r, Demur Rumed
2016-04-13 14:50:31vstinnersetmessageid: <1460559031.26.0.337573620284.issue26647@psf.upfronthosting.co.za>
2016-04-13 14:50:31vstinnerlinkissue26647 messages
2016-04-13 14:50:31vstinnercreate