haskellfoundation / hs-opt-handbook.github.io

The Haskell Optimization Handbook
https://haskell.foundation/hs-opt-handbook.github.io/
Creative Commons Attribution 4.0 International
173 stars 12 forks source link

The Static Argument Transformation Chapter #62

Open doyougnu opened 1 year ago

doyougnu commented 1 year ago

sgraf to the rescue: https://pp.ipd.kit.edu/uploads/publikationen/graf19sll.pdf

doyougnu commented 1 year ago

make sure the chapter has a discussion around join points since join points tilts the scales in GHC towards SAT over lambda lifting. See https://github.com/haskell/bytestring/pull/273#issuecomment-688467824