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 benjamin.peterson, brett.cannon, ncoghlan, serhiy.storchaka, yselivanov
Date 2018-01-01.22:03:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514844207.77.0.467229070634.issue32477@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch moves jumps optimization from the peepholer to the compiler. The optimization is performed for lists of instructions before generating concrete bytecode and is not restricted by the size of bytecode instructions. It allows to optimize more long chains of jumps.

This is a step to getting rid of the peepholer.
History
Date User Action Args
2018-01-01 22:03:27serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, benjamin.peterson, yselivanov
2018-01-01 22:03:27serhiy.storchakasetmessageid: <1514844207.77.0.467229070634.issue32477@psf.upfronthosting.co.za>
2018-01-01 22:03:27serhiy.storchakalinkissue32477 messages
2018-01-01 22:03:27serhiy.storchakacreate