brandtbucher · GitHub

and others added 30 commits

September 1, 2023 11:19

markshannon

JeffersGlass

… lookup

@brandtbucher

z764969689 pushed a commit to z764969689/cpython that referenced this pull request

Jan 29, 2024
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 on how to install the required build-time tooling.

@brandtbucher

Closed

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
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 on how to install the required build-time tooling.

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
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! ;)

Closed

WillChilds-Klein pushed a commit to WillChilds-Klein/cpython that referenced this pull request

Mar 4, 2024
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! ;)

brandtbucher added a commit to brandtbucher/cpython that referenced this pull request

Aug 20, 2025

Read the original on github.com ↗