Remix.run Logo
taylorius a day ago

I wonder if this would work for python.

chc4 21 hours ago | parent | next [-]

CPython merged[0] an experimental JIT compiler into mainline based on the author's previous paper, Copy-and-Patch

0: https://peps.python.org/pep-0744/

ivoflipse a day ago | parent | prev | next [-]

The Faster CPython team at least is aware of the paper and probably will look into it

https://github.com/faster-cpython/ideas/issues/707

082349872349872 a day ago | parent | prev [-]

do you mean more specifically than the generally similar approach that worked for https://pypy.org ?

tekknolagi 21 hours ago | parent [-]

~~It didn't work; PyPy moved away from partial evaluation years ago~~

Sorry, I think I was responding to completely the wrong comment. I would also like a more general-purpose tool for writing fast programming language implementations