Uh oh!
There was an error while loading. Please reload this page.
gh-139038: Credit more people for JIT in 3.15 - #148359
Conversation
savannahostrowski
left a comment
There was a problem hiding this comment.
Pending preferred name inclusion, of course! But this is awesome!
NekoAsakura
commented
Apr 10, 2026
It's |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| experience lower memory usage for generated machine code and more efficient | ||
| machine code versus the old JIT. | ||
| machine code versus 3.14. |
There was a problem hiding this comment.
| machine code versus 3.14. | |
| machine code versus the machine code generated by the 3.14 JIT compiler. |
Same here
There was a problem hiding this comment.
I think this is already implied. It would also be dishonest of us to compare to something else, so I hope people think the same.
| (Contributed by Ken Jin, Donghee Na, Zheao Li, Hai Zhu, Savannah Ostrowski, | ||
| Reiden Ong, Noam Cohen, Tomas Roun, PuQing, Cajetan Rodrigues, and Sacul in :gh:`134584`.) | ||
| The JIT optimizer now supports significantly more operations than in 3.14. |
There was a problem hiding this comment.
| The JIT optimizer now supports significantly more operations than in 3.14. | |
| The JIT optimizer now supports significantly more operations than the JIT optimizer in 3.14 |
Small suggestion for clarity
| (Contributed by Ken Jin and Savannah Ostrowski in :gh:`132732`.) | ||
| The JIT avoids :term:`reference count`\ s where possible. This generally | ||
| :term:`reference count`\ s are avoided where safe to do so. This generally |
There was a problem hiding this comment.
| :term:`reference count`\ s are avoided where safe to do so. This generally | |
| :term:`reference count`\ s are avoided whenever it is safe to do so. This generally |
Fidget-Spinner
commented
Apr 10, 2026
Thanks for the review @StanFromIreland |
Uh oh!
There was an error while loading. Please reload this page.
Fidget-Spinner
commented
Apr 10, 2026
JFYI: CPython web docs are rebuilt roughly every 5 mins now. So watch out for your names on https://docs.python.org/dev/whatsnew/3.15.html#upgraded-jit-compiler ! |
cc @kumaraditya303@NekoAsakura@cocolato@Sacul0457
@NekoAsakura please let me know what name you would prefer. Thank you!
📚 Documentation preview 📚: https://cpython-previews--148359.org.readthedocs.build/