8000 gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled by gvanrossum · Pull Request #118493 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled #118493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Also patch up news blurb for gh-118339
  • Loading branch information
gvanrossum committed May 1, 2024
commit bd54618440aa69a517e445aa7cc80a22dbb80087
5A73
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ Change how to use the tier 2 interpreter. Instead of running Python with
``-X uops`` or setting the environment variable ``PYTHON_UOPS=1``, this
choice is now made at build time by configuring with
``--enable-experimental-jit=interpreter``.

**Beware!** This changes the environment variable to enable or disable
micro-ops to ``PYTHON_JIT``. The old ``PYTHON_UOPS`` is no longer used.
Loading
0