You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For `PCbuild`-based builds, pass the new `--experimental-jit` option to `build.bat`.
57
+
For `PCbuild`-based builds, pass the `--experimental-jit` option to `build.bat`.
58
58
59
-
For all other builds, pass the new `--enable-experimental-jit` option to `configure`.
59
+
For all other builds, pass the `--enable-experimental-jit` option to `configure`.
60
60
61
61
Otherwise, just configure and build as you normally would. Cross-compiling "just works", since the JIT is built for the host platform.
62
62
63
-
The JIT can also be enabled or disabled using the `PYTHON_JIT` environment variable, even on builds where it is enabled or disabled by default. More details about configuring CPython with the JIT and optional values for `--enable-experimental-jit` can be found [here](https://docs.python.org/dev/whatsnew/3.13.html#experimental-jit-compiler).
63
+
The JIT can also be enabled or disabled using the `PYTHON_JIT` environment variable, even on builds where it is enabled or disabled by default. More details about configuring CPython with the JIT and optional values for `--enable-experimental-jit` can be found [here](https://docs.python.org/dev/using/configure.html#cmdoption-enable-experimental-jit).
0 commit comments