Show HN: Proposal: Copy-and-Fuse Compilation(gist.github.com) |
Show HN: Proposal: Copy-and-Fuse Compilation(gist.github.com) |
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.