Hacker News new | ask | show | jobs
by 1wd 2072 days ago
One more: https://github.com/microsoft/Pyjion
1 comments

On the repo there's also a comparison[1] with some of the other implementations.

[1]: https://github.com/microsoft/Pyjion#how-do-this-compare-to-

I find it really interesting, that not only did they do the work of creating a JIT using the CoreCLR for CPython, they created a JIT API so that their system is augmenting CPython and not taking it over. Solid engineering.

This also means that one could implement an alternative JIT using Rust or OCaml.

https://github.com/microsoft/Pyjion#what-are-the-goals-of-th...