[New-bugs-announce] [issue37231] Optimize calling special methods

Jeroen Demeyer report at bugs.python.org
Tue Jun 11 09:07:40 EDT 2019


New submission from Jeroen Demeyer <J.Demeyer at UGent.be>:

Change call_method() and related functions in Objects/typeobject.c to allow profiting from the PY_VECTORCALL_ARGUMENTS_OFFSET optimization: instead of passing "self" as separate argument, put it inside the args vector.

----------
components: Interpreter Core
messages: 345231
nosy: jdemeyer
priority: normal
severity: normal
status: open
title: Optimize calling special methods
type: performance
versions: Python 3.9

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


More information about the New-bugs-announce mailing list