haskellfoundation / hs-opt-handbook.github.io

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

Nail down Unknown vs Known function calls #107

Open doyougnu opened 5 months ago

doyougnu commented 5 months ago

We have a decent overview of this now, but we really should have a much more robust section (probably in the STG chapter #14) that covers:

Some resources:

Basically, as a user of GHC I want to:

doyougnu commented 2 months ago

the generic apply functions are referenced in the upcoming perf chapter because they crop up during a conversation about PAPs and info tables. Be sure to refine the link for this ticket.