[Haskell-cafe] Compilers written in Haskell that generate assembly

Vanessa McHale vamchale at gmail.com
Mon Dec 14 20:01:31 UTC 2020


Hi all,

Have any of you written compilers or backends that generate assembly? 
Lots of projects seem to "end" at LLVM.

I have a project (https://hackage.haskell.org/package/kempe) where I 
used something like maximal munch and a linear register allocator, but I 
was wondering if there was anything more sophisticated out there!

So far I've found http://hackage.haskell.org/package/linearscan-hoopl also

Cheers,
Vanessa McHale



More information about the Haskell-Cafe mailing list