]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Optimize away isinstance calls in the JIT (GH-134369)
authorTomas R. <tomas.roun8@gmail.com>
Thu, 22 May 2025 16:52:47 +0000 (12:52 -0400)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 16:52:47 +0000 (12:52 -0400)
commit484e00379bd1f2e9b2e273af3e6d524cd07b0c6c
treee152bf5ae48a8411d9246b13559643a2ba15190f
parentfade146cfb1616ad7b3b918bedb86756dedf79e6
GH-131798: Optimize away isinstance calls in the JIT (GH-134369)
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-22-17-49-39.gh-issue-131798.U6ZmFm.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h