[issue42115] Caching infrastructure for the evaluation loop: specialised opcodes

Pablo Galindo Salgado report at bugs.python.org
Thu Dec 17 15:08:33 EST 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> IMO you need to implement LOAD_METHOD support for all kinds of calls, including the ones that use kwargs, to see any improvement.

I will try to do some prototyping around that to see how much can we gain in that route. In any case, adding LOAD_METHOD support for all kinds of calls should be an improvement by itself even without caching, no?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42115>
_______________________________________


More information about the Python-bugs-list mailing list