[Haskell-cafe] Re: Non-technical Haskell question

Sven Panne Sven.Panne at aedion.de
Mon Dec 6 16:45:09 EST 2004


Philippa Cowderoy wrote:
> On Mon, 6 Dec 2004, Jules Bean wrote:
>>[...] If that is the case, then it already is 'smart linking' and I stand
>>corrected. Unless the granularity of the .o files is too large, of
>>course...
> It is - you get one .o per module.

That's not true with -split-objs, e.g. the base package consists of almost
12000 *.o files and one module of my OpenGL package is compiled into 3000
*.o files alone. One can't really get much smaller...

Cheers,
    S.


More information about the Haskell-Cafe mailing list