Y
Hacker News
new
|
ask
|
show
|
jobs
by
tarruda
434 days ago
AFAIK CPython doesn't JIT compile.
1 comments
pansa2
434 days ago
Recent versions of CPython do have an experimental JIT compiler. I'm not sure how widely-used it is, though.
https://peps.python.org/pep-0744/
link
Qem
434 days ago
It's disabled by default, not production ready. You need to compile CPython yourself if you want to try it.
link
https://peps.python.org/pep-0744/