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 serhiy.storchaka
Date 2021-10-04.11:11:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633345867.06.0.564667934457.issue45363@roundup.psfhosted.org>
In-reply-to
Content
It was a part of the original patch for issue27129.

As well as in jumping instructions we can use instruction offsets instead of bytes offset in co_lnotab. It increases the range of offsets which can be encoded with a single byte, and therefore reduce the size of co_lnotab and its decoding time. It will allow to simplify the code if we use instruction offsets everywhere.
History
Date User Action Args
2021-10-04 11:11:07serhiy.storchakasetrecipients: + serhiy.storchaka
2021-10-04 11:11:07serhiy.storchakasetmessageid: <1633345867.06.0.564667934457.issue45363@roundup.psfhosted.org>
2021-10-04 11:11:07serhiy.storchakalinkissue45363 messages
2021-10-04 11:11:06serhiy.storchakacreate