File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments