We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5e9e6 commit 96ea93aCopy full SHA for 96ea93a
1 file changed
Python/bytecodes.c
@@ -2992,6 +2992,7 @@ dummy_func(
2992
ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
2993
}
2994
// For some reason, RESUME_CHECK_JIT is quite expensive compared to RESUME.
2995
+ // It's enough to show up as a 10-20% slowdown in some benchmarks!
2996
// For that reason, we replace it back with RESUME immediately.
2997
// In JIT builds, we thus stick only to RESUME and wait for it to specialize to RESUME_CHECK_JIT.
2998
// This amkes RESUME slightly slower, but since the JIT is faster it makes up for it.
0 commit comments