Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4ef5ce6f463ae1ffc6afc1f50a99ecf226bcbf1b >--------------------------------------------------------------- commit 4ef5ce6f463ae1ffc6afc1f50a99ecf226bcbf1b Author: David Terei <[email protected]> Date: Thu Jan 12 15:43:12 2012 -0800 Add '-freg-liveness' flag to control if STG liveness information is used for optimisation. (enabled by default) compiler/llvmGen/LlvmCodeGen.hs | 2 +- compiler/llvmGen/LlvmCodeGen/Base.hs | 16 +++++++++++----- compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 27 ++++++++++++++++----------- compiler/main/DynFlags.hs | 3 +++ docs/users_guide/flags.xml | 17 +++++++++++++++++ 5 files changed, 48 insertions(+), 17 deletions(-) Diff suppressed because of size. To see it, use: git show 4ef5ce6f463ae1ffc6afc1f50a99ecf226bcbf1b _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
