[commit: ghc] wip/float-join-points: Wip on floating join points (128e4c1)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 15:24:34 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/float-join-points
Link : http://ghc.haskell.org/trac/ghc/changeset/128e4c1ffa29f3dfade7128152c143cd601aaa3a/ghc
>---------------------------------------------------------------
commit 128e4c1ffa29f3dfade7128152c143cd601aaa3a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Oct 27 16:20:24 2017 +0100
Wip on floating join points
>---------------------------------------------------------------
128e4c1ffa29f3dfade7128152c143cd601aaa3a
compiler/basicTypes/BasicTypes.hs | 5 +-
compiler/basicTypes/Id.hs | 19 ++++++--
compiler/main/DynFlags.hs | 3 ++
compiler/simplCore/CoreMonad.hs | 17 +++----
compiler/simplCore/SetLevels.hs | 17 ++-----
compiler/simplCore/SimplCore.hs | 54 +++++++++++-----------
compiler/simplCore/SimplEnv.hs | 45 ++++++++++++++++--
compiler/simplCore/SimplUtils.hs | 87 ++++++++++++++++++-----------------
compiler/simplCore/Simplify.hs | 96 +++++++++++++++++++++++++++++----------
compiler/types/Type.hs | 4 +-
10 files changed, 222 insertions(+), 125 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 128e4c1ffa29f3dfade7128152c143cd601aaa3a
More information about the ghc-commits
mailing list