]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-113464: A JIT backend for tier 2 (GH-113465)
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 29 Jan 2024 02:52:58 +0000 (18:52 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 02:52:58 +0000 (18:52 -0800)
Add an option (--enable-experimental-jit for configure-based builds
or --experimental-jit for PCbuild-based ones) to build an
*experimental* just-in-time compiler, based on copy-and-patch
(https://fredrikbk.com/publications/copy-and-patch.pdf).

See Tools/jit/README.md for more information, including how to install the required build-time tooling. Merry JIT-mas! ;)


No differences found