]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144888: Replace bloom filter linked lists with continuous arrays to optimize...
authorHai Zhu <haiizhu@outlook.com>
Mon, 16 Mar 2026 15:58:18 +0000 (23:58 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 15:58:18 +0000 (15:58 +0000)
commit81ef1b73175378543534ebe1f148c22deb8239b3
treef28dcf992ebb0a77eddf0665829210d2cc82b655
parente18abc6a1f1b60434b529d4c1ff4855acde0fd13
 gh-144888: Replace bloom filter linked lists with continuous arrays to optimize executor invalidating performance (GH-145873)
Include/internal/pycore_interp_structs.h
Include/internal/pycore_optimizer.h
InternalDocs/jit.md
Modules/_testinternalcapi.c
Objects/funcobject.c
Python/jit.c
Python/optimizer.c
Python/pylifecycle.c
Python/pystate.c