|
|
Subscribe / Log in / New account

Shaw: Python 3.13 gets a JIT

Shaw: Python 3.13 gets a JIT

Posted Jan 11, 2024 12:00 UTC (Thu) by Wol (subscriber, #4433)
In reply to: Shaw: Python 3.13 gets a JIT by atnot
Parent article: Shaw: Python 3.13 gets a JIT

My immediate reaction to this is p-code.

Compile a high-level language to p-code, and you're going to be spending nearly all your time inside internal function calls, and your interpreter is going to be doing very little.

Okay, it's not a jit, it's not patched your code to machine code, but the effect is pretty much the same ...

Cheers,
Wol


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds