[commit: ghc] wip/common-context: New optimizaiton Common Context (95f5aac)

git at git.haskell.org git at git.haskell.org
Tue Dec 17 23:42:31 UTC 2013


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

On branch  : wip/common-context
Link       : http://ghc.haskell.org/trac/ghc/changeset/95f5aac36296bbe1583dd106fa41a1c2b855895c/ghc

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

commit 95f5aac36296bbe1583dd106fa41a1c2b855895c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Dec 17 22:50:03 2013 +0100

    New optimizaiton Common Context
    
    with a very rouch sketch of working code, but enough to assess the
    consequences.


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

95f5aac36296bbe1583dd106fa41a1c2b855895c
 compiler/ghc.cabal.in                |    1 +
 compiler/main/DynFlags.hs            |    2 +
 compiler/simplCore/CommonContext.lhs |  236 ++++++++++++++++++++++++++++++++++
 compiler/simplCore/CoreMonad.lhs     |    3 +
 compiler/simplCore/SimplCore.lhs     |    6 +
 5 files changed, 248 insertions(+)

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 95f5aac36296bbe1583dd106fa41a1c2b855895c


More information about the ghc-commits mailing list