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 zhangchaospecial
Recipients gvanrossum, zhangchaospecial
Date 2021-09-22.06:14:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632291277.5.0.29382799945.issue45260@roundup.psfhosted.org>
In-reply-to
Content
PEP 659 quickening provides a mechanism for replacing instructions.

We add another super-instruction UNPACK_SEQUENCE_ST to replace the original UNPACK_SEQUENCE and the following n STROE_FAST instructions.

See https://github.com/faster-cpython/ideas/issues/16.
History
Date User Action Args
2021-09-22 06:14:37zhangchaospecialsetrecipients: + zhangchaospecial, gvanrossum
2021-09-22 06:14:37zhangchaospecialsetmessageid: <1632291277.5.0.29382799945.issue45260@roundup.psfhosted.org>
2021-09-22 06:14:37zhangchaospeciallinkissue45260 messages
2021-09-22 06:14:37zhangchaospecialcreate