Open janvrany opened 2 years ago
...for example, linear scan allocator should be simple enough to write.
Another paper on linear scan in HotSpot: https://ssw.jku.at/Research/Papers/Wimmer05/Wimmer05.pdf
Another paper on linear scan in TCC: https://www.complang.tuwien.ac.at/Diplomarbeiten/falbesoner14.pdf
...for example, linear scan allocator should be simple enough to write.