Skip to content
Snippets Groups Projects
Commit 0a2664ce authored by batterseapower's avatar batterseapower
Browse files

FIx stupid bug with summary given to GHC heuristics

parent 6a48bdd3
No related branches found
No related tags found
No related merge requests found
......@@ -363,7 +363,7 @@ step' normalising ei_state = {-# SCC "step'" #-}
--
-- Perhaps if we had deep normalisation + GC we could get these results by penalising heap allocation heavily?
-- If so we must remember to do it for heap bindings *and* letrecs.
let k_summary = summariseContext h k
let k_summary = summariseContext h (Car kf k)
guard $ case () of
_ -- If the lambda is marked SUPERINLINABLE, always inline it
| super
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment