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

git at git.haskell.org git at git.haskell.org
Fri Apr 1 08:06:55 UTC 2016


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

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

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

commit 0d532a99c9ce82652cc1a4fcc8a391b42fc41934
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)


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

0d532a99c9ce82652cc1a4fcc8a391b42fc41934
 compiler/simplCore/CSE.hs                          | 257 ++++++++++++---------
 .../tests/simplCore/should_compile/T8331.stderr    |   7 +-
 2 files changed, 153 insertions(+), 111 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 0d532a99c9ce82652cc1a4fcc8a391b42fc41934


More information about the ghc-commits mailing list