[ prog / sol / mona ]

prog


Copy and patch

1 2024-01-11 03:32

New JIT strategy has appeared. Write functions to evaluate opcodes (or common expressions), build them with an optimizing compiler, and then stitch them together with memcpy. Not radically different from how Forth works, but made faster by some cheap optimizations and clever API design. An implementation of this just landed in Python the other day.

8


VIP:

do not edit these