[commit: ghc] wip/T14152: Implement a dedicated exitfication pass #14152 (afa5aa4)

git at git.haskell.org git at git.haskell.org
Thu Aug 31 14:23:52 UTC 2017


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

On branch  : wip/T14152
Link       : http://ghc.haskell.org/trac/ghc/changeset/afa5aa436962ffcffd2e1c6a2674c08e4ae496b9/ghc

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

commit afa5aa436962ffcffd2e1c6a2674c08e4ae496b9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 26 14:35:50 2017 +0200

    Implement a dedicated exitfication pass #14152


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

afa5aa436962ffcffd2e1c6a2674c08e4ae496b9
 compiler/basicTypes/Id.hs        |   5 +-
 compiler/basicTypes/Unique.hs    |   4 +
 compiler/coreSyn/CoreLint.hs     |   1 +
 compiler/ghc.cabal.in            |   1 +
 compiler/main/DynFlags.hs        |   3 +
 compiler/simplCore/CoreMonad.hs  |   2 +
 compiler/simplCore/Exitify.hs    | 159 +++++++++++++++++++++++++++++++++++++++
 compiler/simplCore/SimplCore.hs  |   6 ++
 compiler/simplCore/SimplUtils.hs |   1 +
 compiler/simplCore/Simplify.hs   |   7 +-
 10 files changed, 186 insertions(+), 3 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 afa5aa436962ffcffd2e1c6a2674c08e4ae496b9


More information about the ghc-commits mailing list