taylorius 4 days ago

I wonder if this would work for python.

3
chc4 4 days ago

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 4 days ago

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 4 days ago

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

tekknolagi 4 days ago

~~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