]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115802: JIT "small" code for Windows (GH-115964)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 29 Feb 2024 16:11:28 +0000 (08:11 -0800)
committerGitHub <noreply@github.com>
Thu, 29 Feb 2024 16:11:28 +0000 (08:11 -0800)
commitf0df35eeca2ccdfd58cfb9801f06ffa23537270b
tree9c7c6a5de052e09462b0fda44ac7f55a4032540a
parent45d8871dc4da33fcef92991031707c5bf88a40cf
GH-115802: JIT "small" code for Windows (GH-115964)
26 files changed:
Include/cpython/optimizer.h
Include/internal/pycore_ceval.h
Include/internal/pycore_dict.h
Include/internal/pycore_floatobject.h
Include/internal/pycore_function.h
Include/internal/pycore_genobject.h
Include/internal/pycore_intrinsics.h
Include/internal/pycore_list.h
Include/internal/pycore_long.h
Include/internal/pycore_object.h
Include/internal/pycore_optimizer.h
Include/internal/pycore_pyerrors.h
Include/internal/pycore_sliceobject.h
Include/internal/pycore_tuple.h
Include/internal/pycore_typeobject.h
Include/internal/pycore_unicodeobject.h
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/jit.c
Tools/jit/_schema.py
Tools/jit/_stencils.py
Tools/jit/_targets.py
Tools/jit/template.c