[commit: ghc] master: extended ticky to also track "let"s that are not closures (024df66)
Nicolas Frisby
nicolas.frisby at gmail.com
Fri Apr 12 12:56:11 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/024df664b600a622cb8189ccf31789688505fc1c
>---------------------------------------------------------------
commit 024df664b600a622cb8189ccf31789688505fc1c
Author: Nicolas Frisby <nicolas.frisby at gmail.com>
Date: Fri Apr 12 00:03:27 2013 +0100
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.
compiler/codeGen/StgCmmBind.hs | 23 +++++++++++--------
compiler/codeGen/StgCmmCon.hs | 21 +++++++++++-------
compiler/codeGen/StgCmmExpr.hs | 7 +++---
compiler/codeGen/StgCmmHeap.hs | 14 +++++++-----
compiler/codeGen/StgCmmMonad.hs | 2 +-
compiler/codeGen/StgCmmTicky.hs | 49 ++++++++++++++++++++++++-----------------
6 files changed, 69 insertions(+), 47 deletions(-)
Diff suppressed because of size. To see it, use:
git show 024df664b600a622cb8189ccf31789688505fc1c
More information about the ghc-commits
mailing list