haskellfoundation / hs-opt-handbook.github.io

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

Fusion and Rules pragma optimization chapter #42

Open doyougnu opened 2 years ago

doyougnu commented 2 years ago

relate to polymorphism and specialization. Be sure to show Stg and Core and give precise instructions on when we know something has not fused.

Add a here there be dragons quote for Rules. These come with some real downsides.