
Jan. 4, 2021
9:55 a.m.
I have found very nice attempt of JIT for CPython https://github.com/tonybaloney/Pyjion It is working under .NET Runtime, but if it is possible in this project I believe it is possible in CPython as well Also to integrate JIT compilcation now it not so hard because we can use llvm ability for JIT Also I will be less hard if CPython started switching it code-base to modern C++ at least C++11 that will make more maintainable code than raw C