Mailing List Archive

[issue45260] Implement superinstruction UNPACK_SEQUENCE_ST
New submission from zcpara <zhangchaospecial@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 <report@bugs.python.org>
<https://bugs.python.org/issue45260>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue45260] Implement superinstruction UNPACK_SEQUENCE_ST [ In reply to ]
Change by zcpara <zhangchaospecial@gmail.com>:


----------
keywords: +patch
pull_requests: +26910
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/28519

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