[issue46532] Improve efficiency of PRECALL/CALL instructions

2022-02-10 Thread Mark Shannon
Mark Shannon added the comment: New changeset 2cea8c29cf975a8ad7d8c3ff19d1e836c2d54707 by Mark Shannon in branch 'main': bpo-46532: Reduce number of memory writes to update call_shape.kwnames. (GH-31231) https://github.com/python/cpython/commit/2cea8c29cf975a8ad7d8c3ff19d1e836c2d54707

[issue46532] Improve efficiency of PRECALL/CALL instructions

2022-02-09 Thread Mark Shannon
Change by Mark Shannon : -- keywords: +patch pull_requests: +29401 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31231 ___ Python tracker ___ ___

[issue46532] Improve efficiency of PRECALL/CALL instructions

2022-02-09 Thread Mark Shannon
Change by Mark Shannon : -- title: Improve effeciency of PRECALL/CALL instructions -> Improve efficiency of PRECALL/CALL instructions ___ Python tracker ___ __