New submission from Mark Shannon <m...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44878>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to