]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126647: `Doc/using/configure.rst`: Add an entry for ``--enable-experimental...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 10 Nov 2024 21:51:21 +0000 (22:51 +0100)
committerGitHub <noreply@github.com>
Sun, 10 Nov 2024 21:51:21 +0000 (21:51 +0000)
commit4567ad2ce4a684a348777252878efa17244e0977
tree5a2be558600799cf18f13a7c6c1b4341d46b8014
parent79ad4bddfc61f4773c4d98aae2812a6875d11283
[3.13] gh-126647: `Doc/using/configure.rst`: Add an entry for ``--enable-experimental-jit`` option (GH-126648) (#126655)

gh-126647: `Doc/using/configure.rst`: Add an entry for ``--enable-experimental-jit`` option (GH-126648)

Add an entry for the ``--enable-experimental-jit`` option in ``Doc/using/configure.rst``.
This was added as an experimental option in CPython 3.13.
Possible values for it:
* `no` - don't build the JIT.
* `yes` - build the JIT.
* `yes-off` - build the JIT but disable it by default.
* `interpreter` - don't build the JIT but enable tier 2 interpreter instead.

(cherry picked from commit f435de6765e0327995850d719534be38c9b5ec49)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/using/configure.rst