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
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/JKJH7WFW73AVXR4KR7O5M6E7OX7SEWEF/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to