[commit: ghc] master: resurrected -fdicts-strict, off by default (c73d372)

git at git.haskell.org git at git.haskell.org
Sun Sep 8 08:36:57 CEST 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c73d372bfebb5acee45e196d4e8694b656c7fd82/ghc

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

commit c73d372bfebb5acee45e196d4e8694b656c7fd82
Author: Nicolas Frisby <nicolas.frisby at gmail.com>
Date:   Wed Jul 17 10:39:25 2013 -0500

    resurrected -fdicts-strict, off by default
    
    also added -fdmd-tx-dict-sel, on by default


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

c73d372bfebb5acee45e196d4e8694b656c7fd82
 compiler/basicTypes/DataCon.lhs |   40 +++++++++++++++++++++++++++
 compiler/basicTypes/Demand.lhs  |   58 +++++++++++++++++++++++++++++++++++++--
 compiler/basicTypes/Id.lhs      |    4 +--
 compiler/deSugar/DsCCall.lhs    |   41 ---------------------------
 compiler/main/DynFlags.hs       |    8 +++++-
 compiler/main/StaticFlags.hs    |    8 ------
 compiler/stranal/DmdAnal.lhs    |   47 +++++++++++++++++++++++++------
 compiler/types/Type.lhs         |   20 ++------------
 8 files changed, 145 insertions(+), 81 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 c73d372bfebb5acee45e196d4e8694b656c7fd82




More information about the ghc-commits mailing list