Skip to content

Commit 5312863

Browse files
Eclips4picnixz
andauthored
Update Doc/using/configure.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 8f035d9 commit 5312863

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Doc/using/configure.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -297,13 +297,14 @@ 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.
300+
.. option:: --enable-experimental-jit=[no|yes|yes-off|interpreter]
301+
302+
Indicate how to integrate the :ref:`JIT compiler <whatsnew313-jit-compiler>`.
303+
304+
* ``no`` - build the interpreter without the JIT.
305+
* ``yes`` - build the interpreter with the JIT.
306+
* ``yes-off`` - build the interpreter with the JIT but disable it by default.
307+
* ``interpreter`` - build the interpreter without the JIT, but with the tier 2 enabled interpreter.
307308

308309
.. versionadded:: 3.13
309310

0 commit comments

Comments
 (0)