FS#24853 - [ghc] dynamically link the ghc binary
Attached to Project:
Arch Linux
Opened by Patrick Palka (orlandu63) - Friday, 24 June 2011, 00:29 GMT
Last edited by Vesa Kaihlavirta (vegai) - Wednesday, 23 November 2011, 15:41 GMT
Opened by Patrick Palka (orlandu63) - Friday, 24 June 2011, 00:29 GMT
Last edited by Vesa Kaihlavirta (vegai) - Wednesday, 23 November 2011, 15:41 GMT
|
Details
Dynamically link the GHC binary by setting GhcDynamic = YES
in the build.mk script. This will allow sharing of GHC libs
between processes, greatly reducing memory usage when having
multiple active ghci sessions.
|
This task depends upon
Closed by Vesa Kaihlavirta (vegai)
Wednesday, 23 November 2011, 15:41 GMT
Reason for closing: Won't implement
Additional comments about closing: http://hackage.haskell.org/trac/ghc/tick et/3658
The dynamic linking doesn't even seem to be complete and they updated the milestone to 7.6.1.
Wednesday, 23 November 2011, 15:41 GMT
Reason for closing: Won't implement
Additional comments about closing: http://hackage.haskell.org/trac/ghc/tick et/3658
The dynamic linking doesn't even seem to be complete and they updated the milestone to 7.6.1.
Comment by Vesa Kaihlavirta (vegai) -
Wednesday, 23 November 2011, 15:02 GMT
Can you confirm this by a citation/source? I'd rather steer away
from dynamic linking if it's not certain that it helps.