We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--enable-experimental-jit
1 parent 450db61 commit 8f035d9Copy full SHA for 8f035d9
Doc/using/configure.rst
@@ -297,6 +297,16 @@ General Options
297
298
.. versionadded:: 3.13
299
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
310
.. option:: PKG_CONFIG
311
312
Path to ``pkg-config`` utility.
0 commit comments