[commit: ghc] wip/cse-code-desmelling: CSE code cleanup and improvement (e05b00e)
git at git.haskell.org
git at git.haskell.org
Fri Apr 1 10:25:30 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/cse-code-desmelling
Link : http://ghc.haskell.org/trac/ghc/changeset/e05b00ef8e05e58e93e0559e4499a830bc51b9f4/ghc
>---------------------------------------------------------------
commit e05b00ef8e05e58e93e0559e4499a830bc51b9f4
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Apr 1 12:24:50 2016 +0200
CSE code cleanup and improvement
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)
>---------------------------------------------------------------
e05b00ef8e05e58e93e0559e4499a830bc51b9f4
compiler/simplCore/CSE.hs | 301 +++++++++++++++++++++++++++++-----------------
1 file changed, 189 insertions(+), 112 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 e05b00ef8e05e58e93e0559e4499a830bc51b9f4
More information about the ghc-commits
mailing list