diff options
author | Brandt Bucher <brandtbucher@microsoft.com> | 2024-01-29 02:52:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 02:52:58 (GMT) |
commit | a16a9f978f42b8a09297c1efbf33877f6388c403 (patch) | |
tree | 53362fa9918ab65519ccf9a343cfcdfcfa9c4f6f /Python/flowgraph.c | |
parent | f6d9e5926b6138994eaa60d1c36462e36105733d (diff) | |
download | cpython-a16a9f978f42b8a09297c1efbf33877f6388c403.zip cpython-a16a9f978f42b8a09297c1efbf33877f6388c403.tar.gz cpython-a16a9f978f42b8a09297c1efbf33877f6388c403.tar.bz2 |
GH-113464: A JIT backend for tier 2 (GH-113465)
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! ;)
Diffstat (limited to 'Python/flowgraph.c')
0 files changed, 0 insertions, 0 deletions