Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/c73d372bfebb5acee45e196d4e8694b656c7fd82/ghc
>--------------------------------------------------------------- commit c73d372bfebb5acee45e196d4e8694b656c7fd82 Author: Nicolas Frisby <[email protected]> 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 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
