On Thu, Oct 2, 2008 at 11:25 AM, Wolfgang Jeltsch
<g9ks157k@acme.softbase.org> wrote:
Am Dienstag, 30. September 2008 00:18 schrieb Duncan Coutts:
> Yet another reason for getting dynamic linking / shared libs for Haskell
> packages working reliably on all platforms.
You mean shared libraries without the opportunity to inline library code?
This would result in a huge performance loss, I think.
Not all platforms even have shared libraries. Assuming that mechanism exists to begin with is somewhat flawed if you're interested in wide portability.
Best wishes,
Wolfgang