Hacker News new | ask | show | jobs
by KRAKRISMOTT 896 days ago
Copy and patch goes all the way back to Grace Hopper's original compiler implementation
1 comments

They were called "template-based" JIT and copy-and-patch approach is not new in this regard. The novel idea of copy-and-patch JIT was an automatic code generation via relocatable objects. (By the way, QEMU is indeed cited as an inspiration for copy-and-patch JIT.)