[commit: ghc] wip/float-join-points: Wip on floating join points (68ccfbd)
git at git.haskell.org
git at git.haskell.org
Fri Jan 5 17:18:09 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/float-join-points
Link : http://ghc.haskell.org/trac/ghc/changeset/68ccfbd60c7bca7a3fc2b1918b5e78b1c85e6014/ghc
>---------------------------------------------------------------
commit 68ccfbd60c7bca7a3fc2b1918b5e78b1c85e6014
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Oct 27 16:20:24 2017 +0100
Wip on floating join points
>---------------------------------------------------------------
68ccfbd60c7bca7a3fc2b1918b5e78b1c85e6014
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 68ccfbd60c7bca7a3fc2b1918b5e78b1c85e6014
More information about the ghc-commits
mailing list