|
|
|
|
|
by turndown
1043 days ago
|
|
You should look into the copy & patch efforts underway for Python[0]; an actual JIT will probably never exist but I think c&p has a shot of being mainlined in the next few years, such that Python could dynamically choose to either run the interpreter or a c&p option. 0: https://github.com/faster-cpython/ideas/issues/588 |
|