Skip to content

Commit 8f035d9

Browse files
committed
Add an entry for --enable-experimental-jit
1 parent 450db61 commit 8f035d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/using/configure.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,16 @@ General Options
297297

298298
.. versionadded:: 3.13
299299

300+
.. option:: --enable-experimental-jit
301+
Enables :ref:`JIT compiler <whatsnew313-jit-compiler>`.
302+
Possible values:
303+
* ``no`` - build the interpreter without the JIT.
304+
* ``yes`` - build the interpreter with the JIT.
305+
* ``yes-off`` - build the interpreter with the JIT but disable it by default.
306+
* ``interpreter`` - build the interpreter without the JIT, but with the tier 2 enabled interpreter.
307+
308+
.. versionadded:: 3.13
309+
300310
.. option:: PKG_CONFIG
301311

302312
Path to ``pkg-config`` utility.

0 commit comments

Comments
 (0)