Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/bd8f7fc56b84369f4e820263c0bcdc85760de6d4

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

commit bd8f7fc56b84369f4e820263c0bcdc85760de6d4
Author: Ian Lynagh <i...@well-typed.com>
Date:   Tue Dec 11 20:41:18 2012 +0000

    Implement the -dynamic-too optimised path for the NCG
    
    We don't yet have the slow path, for when we have to fall back to
    separate compilation.
    
    We also only currently handle the case qhere we're compiling Haskell
    code with the NCG.

 compiler/iface/LoadIface.lhs      |   28 +++++++---------
 compiler/iface/MkIface.lhs        |    5 +--
 compiler/main/CodeOutput.lhs      |   14 ++++++--
 compiler/main/DriverPipeline.hs   |   15 ++++++--
 compiler/main/DynFlags.hs         |   13 +++++++-
 compiler/main/HscMain.hs          |    9 +++++-
 compiler/nativeGen/AsmCodeGen.lhs |   64 ++++++++++++++++++------------------
 7 files changed, 89 insertions(+), 59 deletions(-)


Diff suppressed because of size. To see it, use:

    git show bd8f7fc56b84369f4e820263c0bcdc85760de6d4

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to