gh-141976: Protect against non-progressing specializations in tracing… · python/cpython@ebf3427 · GitHub
Skip to content

Commit ebf3427

Browse files
gh-141976: Protect against non-progressing specializations in tracing JIT (GH-141989)
1 parent 4629567 commit ebf3427

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

Include/cpython/pystats.h

Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Protect against specialization failures in the tracing JIT compiler for performance reasons.

Python/optimizer.c

Lines changed: 19 additions & 0 deletions

0 commit comments

Comments
 (0)