Open
Description
PyPerf doesn't seem to account for PEP659's dynamic interpreter optimising the byte codes in the target function.
There is a condition for PyPy and GraalPython to run a warmup cycle, but not for Python 3.11+. I know PEP659 isn't a JIT, but functions which are heavily optimised will be unstable.
Can some flag be set to run a warmup cycle?
Metadata
Metadata
Assignees
Labels
No labels