PEP 744 – JIT Compilation (peps.python.org)
from ylai@lemmy.ml to python@programming.dev on 14 Apr 2024 19:34
https://lemmy.ml/post/14458887

#python

threaded - newest

fruitycoder@sh.itjust.works on 14 Apr 2024 20:59 collapse

How does it compare to the work the pypy project has been with JIT?

Solemarc@lemmy.world on 14 Apr 2024 21:19 collapse

In the article it’s said that the JiT has similar performance to the latest stable interpreter but that it’s also very unoptimised. So I would assume it’s inferior to the pypy implementation right now.