8000 gh-114863: What's new in Python 3.13: JIT compiler by Fidget-Spinner · Pull Request #114862 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-114863: What's new in Python 3.13: JIT compiler #114862

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

Closed
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
Fidget-Spinner and hugovk authored Feb 2, 2024
commit 68d60e4fb82699682a8e727d006a031ff02dd5aa
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ IR:
loads, speeding them up and also allowing for more constant propagation.

* This section is non-exhaustive and will be updated with further
optimizations, up till CPython 3.13's release.
optimizations, up till CPython 3.13's beta release.

(Tier 2 optimizer contributed by Ken Jin, with implementation help
by Guido van Rossum, Mark Shannon, and Jules Poon. Special thanks
Expand Down Expand Up @@ -600,7 +600,7 @@ by Haoran Xu and Fredrik Kjolstad. For more information,
Results and Future Work
-----------------------

The final performance results will be updated before CPython 3.13's release.
The final performance results will be updated before CPython 3.13's beta release.

The JIT compiler is rather unoptimized, and serves as the foundation
for significant optimizations in future releases. As such, we do not
Expand Down
0