[commit: ghc] wip/float-join-points: Wip on floating join points (07a86e6)
git at git.haskell.org
git at git.haskell.org
Tue Oct 31 08:23:52 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/float-join-points
Link : http://ghc.haskell.org/trac/ghc/changeset/07a86e63971cda3f997c1d858e5503cdca817752/ghc
>---------------------------------------------------------------
commit 07a86e63971cda3f997c1d858e5503cdca817752
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Oct 27 16:20:24 2017 +0100
Wip on floating join points
>---------------------------------------------------------------
07a86e63971cda3f997c1d858e5503cdca817752
compiler/basicTypes/BasicTypes.hs | 5 +-
compiler/basicTypes/Id.hs | 19 ++++-
compiler/coreSyn/CoreFVs.hs | 30 ++++----
compiler/main/DynFlags.hs | 3 +
compiler/simplCore/CoreMonad.hs | 17 +++--
compiler/simplCore/SetLevels.hs | 17 ++---
compiler/simplCore/SimplCore.hs | 16 ++--
compiler/simplCore/SimplEnv.hs | 45 ++++++++++--
compiler/simplCore/SimplUtils.hs | 150 +++++++++++++++++++++++---------------
compiler/simplCore/Simplify.hs | 96 +++++++++++++++++-------
compiler/types/TyCoRep.hs | 23 +++---
compiler/types/Type.hs | 8 +-
12 files changed, 281 insertions(+), 148 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 07a86e63971cda3f997c1d858e5503cdca817752
More information about the ghc-commits
mailing list