#7249: ghc no longer needs to build HS*.o ghci library files
---------------------------------+------------------------------------------
Reporter: juhpetersen | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 7.6.1
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by igloo):
On OSX/64, with `HSbase-4.6.0.0.o`:
{{{
$ time echo ":q" | inplace/bin/ghc-stage2 --interactive
GHCi, version 7.7.20121009: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude> Leaving GHCi.
real 0m0.151s
user 0m0.123s
sys 0m0.027s
}}}
and without:
{{{
bash-3.2$ time echo ":q" | inplace/bin/ghc-stage2 --interactive
GHCi, version 7.7.20121009: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude> Leaving GHCi.
real 0m0.267s
user 0m0.202s
sys 0m0.059s
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7249#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs