#5008: ghc-7 produces 10 times bigger binaries on macs than ghc-6
---------------------------------+------------------------------------------
Reporter: maeder | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 7.2.1
Component: Compiler | Version: 7.0.2
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: MacOS X | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
Comment(by maeder):
http://www.informatik.uni-
bremen.de/agbkb/forschung/formal_methods/CoFI/hets/intel-
mac/ghcs/ghc-7.0.2-x86_64-apple-darwin.tar.bz2
is an experimental OS 10.6 64-bit distribution with object splitting and
without sdk-stuff introduced by `aclocal.m4`. The hello binary has "1,1M"
but is no longer linked against /usr/lib/libgcc_s.1.dylib.
{{{
[("Project name","The Glorious Glasgow Haskell Compilation System")
,("Project version","7.0.2")
,("Booter version","6.10.4")
,("Stage","2")
,("Build platform","x86_64-apple-darwin")
,("Host platform","x86_64-apple-darwin")
,("Target platform","x86_64-apple-darwin")
,("Have interpreter","YES")
,("Object splitting","YES")
,("Have native code generator","YES")
,("Have llvm code generator","YES")
,("Support SMP","YES")
,("Unregisterised","NO")
,("Tables next to code","YES")
,("RTS ways","l debug thr thr_debug thr_l thr_p ")
,("Leading underscore","YES")
,("Debug on","False")
,("LibDir","/Users/Shared/maeder/lib/ghc-7.0.2")
,("Global Package
DB","/Users/Shared/maeder/lib/ghc-7.0.2/package.conf.d")
,("C compiler flags","[\"-m64\",\"-fno-stack-protector\"]")
,("Gcc Linker flags","[\"-m64\"]")
,("Ld Linker flags","[\"-arch\",\"x86_64\"]")
]
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5008#comment:11>
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