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
correct Mark's name
  • Loading branch information
Fidget-Spinner committed Feb 1, 2024
commit 2ff848af875039f29ee62e8b6ba0ee1180abbdf0
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ IR:
optimizations, up till CPython 3.13's release.

(Tier 2 optimizer contributed by Ken Jin, with implementation help
by Guido van Rossum, Mark Shanno, and Jules Poon. Special thanks
by Guido van Rossum, Mark Shannon, and Jules Poon. Special thanks
to Manuel Rigger and Martin Henz.)

Execution Engine
Expand Down
0