Skip to content

Commit

Permalink
pythonGH-113464: A JIT backend for tier 2 (pythonGH-113465)
Browse files Browse the repository at this point in the history
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! ;)
  • Loading branch information
brandtbucher authored and aisk committed Feb 11, 2024
1 parent a4c3b8f commit 534119a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 534119a

Please sign in to comment.