[New-bugs-announce] [issue44878] Clumsy dispatching on interpreter entry.

Mark Shannon report at bugs.python.org
Tue Aug 10 09:42:38 EDT 2021


New submission from Mark Shannon <mark at hotpy.org>:

On entering the interpreter (_PyEval_EvalFrameDefault) we need to check for tracing in order to record the call.
However, we don't do this cleanly resulting in slow dispatch to the non-quickened instruction on every call/next.

----------
assignee: Mark.Shannon
messages: 399324
nosy: Mark.Shannon
priority: normal
severity: normal
status: open
title: Clumsy dispatching on interpreter entry.
type: performance
versions: Python 3.11

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


More information about the New-bugs-announce mailing list