Skip to content

Commit 4b4e212

Browse files
committed
Update documentation
1 parent 9a50db7 commit 4b4e212

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Doc/using/configure.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,23 @@ 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 interpreter without JIT.
304+
* ``yes`` - build interpreter with JIT.
305+
* ``yes-off`` - build interpreter with JIT but disable it by default.
306+
* ``interpreter`` - build interpreter without JIT, but with enabled tier 2 interpreter.
307+
308+
Defines the ``Py_JIT_ENABLED`` macro, with possible values:
309+
* ``0`` - interpreter was built without JIT.
310+
* ``1`` - interpreter was built with JIT.
311+
* ``2`` - interpreter was built without JIT, but with enabled tier 2 interpreter.
312+
313+
.. versionadded:: next
314+
315+
.. versionadded:: 3.13
316+
300317
.. option:: PKG_CONFIG
301318

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

0 commit comments

Comments
 (0)