[commit: ghc] wip/cse-code-desmelling: CSE: Code cleanup (df2ca28)

git at git.haskell.org git at git.haskell.org
Thu Mar 31 20:43:17 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/cse-code-desmelling
Link       : http://ghc.haskell.org/trac/ghc/changeset/df2ca2888da12b97d89672d6db581dc30b0ab9e2/ghc

>---------------------------------------------------------------

commit df2ca2888da12b97d89672d6db581dc30b0ab9e2
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Mar 31 22:42:28 2016 +0200

    CSE: Code cleanup
    
    Triggered by an observation by Joachim, Simon felt the urge to clean up
    the CSE code a bit. This is the result.
    
    (Code by Simon, Commit message and other leg-work by Joachim)


>---------------------------------------------------------------

df2ca2888da12b97d89672d6db581dc30b0ab9e2
 compiler/simplCore/CSE.hs | 257 ++++++++++++++++++++++++++--------------------
 1 file changed, 147 insertions(+), 110 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc df2ca2888da12b97d89672d6db581dc30b0ab9e2


More information about the ghc-commits mailing list