[commit: ghc] wip/T14152: Inline exit join points in the "final" simplifier iteration (7ba1b5b)

git at git.haskell.org git at git.haskell.org
Sun Oct 29 04:08:27 UTC 2017


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

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

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

commit 7ba1b5b3af6b0264dbee36e85357d8cab079d1a2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Sep 1 15:02:34 2017 +0100

    Inline exit join points in the "final" simplifier iteration
    
    because the extra jump is a bit pointless there.
    
    It still increases the number of instructions of `compress2` by 3.82%,
    `fem` by 2.2% and so that needs to be investiaged.


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

7ba1b5b3af6b0264dbee36e85357d8cab079d1a2
 compiler/simplCore/CoreMonad.hs  |  7 +++++--
 compiler/simplCore/Exitify.hs    |  7 ++++++-
 compiler/simplCore/SimplCore.hs  | 40 +++++++++++++++++++++++-----------------
 compiler/simplCore/SimplUtils.hs |  7 +++++--
 compiler/simplCore/Simplify.hs   |  3 ++-
 5 files changed, 41 insertions(+), 23 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 7ba1b5b3af6b0264dbee36e85357d8cab079d1a2


More information about the ghc-commits mailing list