Interface loading and dynamic linking

Ben Gamari bgamari.foss at gmail.com
Mon Dec 23 19:07:30 UTC 2013


Carter Schonwald <carter.schonwald at gmail.com> writes:

> why would the RTS linker be used? I'm not understanding that piece. I
> thought static linking and dynamic linking both use the system linkers now.
>  Are you meaning the rts linker use for ghci in <= 7.6?
>
As far as I know, the RTS linker is always used in the static case. The
system dynamic linker is just that, a dynamic linker for linking dynamic
objects. This could just be a misconception I somehow formed, but that
is my understanding.

Cheers,

- Ben

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20131223/4830df92/attachment.sig>


More information about the ghc-devs mailing list