Show HN: Proposal: Copy-and-Fuse Compilation(gist.github.com)
gist.github.com
Show HN: Proposal: Copy-and-Fuse Compilation
https://gist.github.com/chrisaycock/0b742872d5f309b7dfb455a8c7e2644a
https://gist.github.com/chrisaycock/0b742872d5f309b7dfb455a8c7e2644a
Basically, use copy-and-patch compilation in a vector language to fuse loops and avoid temporaries. It can be employed for a baseline compiler that will use less memory than an interpreter and will have a much lower startup cost than an optimizing compiler.