New submission from zcpara <zhangchaospec...@gmail.com>:

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.

----------
messages: 402407
nosy: gvanrossum, zhangchaospecial
priority: normal
severity: normal
status: open
title: Implement superinstruction UNPACK_SEQUENCE_ST
type: performance
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45260>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to