extended ticky to also track "let"s that are not closures
This includes selector, ap, and constructor thunks. They are still guarded by the -ticky-dyn-thk flag.
Showing
- compiler/codeGen/StgCmmBind.hs 14 additions, 9 deletionscompiler/codeGen/StgCmmBind.hs
- compiler/codeGen/StgCmmCon.hs 13 additions, 8 deletionscompiler/codeGen/StgCmmCon.hs
- compiler/codeGen/StgCmmExpr.hs 4 additions, 3 deletionscompiler/codeGen/StgCmmExpr.hs
- compiler/codeGen/StgCmmHeap.hs 8 additions, 6 deletionscompiler/codeGen/StgCmmHeap.hs
- compiler/codeGen/StgCmmMonad.hs 1 addition, 1 deletioncompiler/codeGen/StgCmmMonad.hs
- compiler/codeGen/StgCmmTicky.hs 29 additions, 20 deletionscompiler/codeGen/StgCmmTicky.hs
Loading