Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0a768bcbe6f7238d0bcdddd85fe24c99189453a0 >--------------------------------------------------------------- commit 0a768bcbe6f7238d0bcdddd85fe24c99189453a0 Author: Ian Lynagh <i...@well-typed.com> Date: Tue Oct 9 00:27:28 2012 +0100 Make the opt_UF_* static flags dynamic I also removed the default values from the "Discounts and thresholds" note: most of them were no longer up-to-date. Along the way I added FloatSuffix to the argument parser, analogous to IntSuffix. compiler/basicTypes/MkId.lhs | 7 +- compiler/coreSyn/CoreUnfold.lhs | 120 ++++++++++++++++++----------------- compiler/deSugar/DsBinds.lhs | 28 +++++---- compiler/iface/BuildTyCl.lhs | 10 ++- compiler/iface/TcIface.lhs | 5 +- compiler/main/CmdLineParser.hs | 10 +++ compiler/main/DynFlags.hs | 33 ++++++++++ compiler/main/StaticFlagParser.hs | 7 +-- compiler/main/StaticFlags.hs | 36 +---------- compiler/main/TidyPgm.lhs | 17 +++--- compiler/simplCore/LiberateCase.lhs | 13 ++-- compiler/simplCore/SimplUtils.lhs | 6 +- compiler/simplCore/Simplify.lhs | 22 ++++--- compiler/specialise/SpecConstr.lhs | 2 +- compiler/specialise/Specialise.lhs | 26 +++++--- compiler/stranal/WorkWrap.lhs | 10 ++-- docs/users_guide/flags.xml | 8 +- 17 files changed, 197 insertions(+), 163 deletions(-) Diff suppressed because of size. To see it, use: git show 0a768bcbe6f7238d0bcdddd85fe24c99189453a0 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc