Related articles |
---|
Linking time sanjay_jha@email.msn.com (Sanjay Jha) (1999-04-18) |
Re: Linking time dwight@pentasoft.com (1999-04-19) |
Re: Linking time mikey@sparcbert.mlee.ontek.com (1999-04-20) |
Re: Linking time zalman@netcom.com (1999-04-21) |
Re: Linking time gopi@sankhya.com (1999-04-21) |
From: | dwight@pentasoft.com (Dwight VandenBerghe) |
Newsgroups: | comp.compilers |
Date: | 19 Apr 1999 14:48:20 -0400 |
Organization: | Compilers Central |
References: | 99-04-052 |
Keywords: | linker, performance |
On 18 Apr 1999 02:02:57 -0400, "Sanjay Jha" <sanjay_jha@email.msn.com>
wrote:
>I have a 100MB static library that I need to link to. Is
>there any way I can reduce this link time.
Why not extract the modules you need from the library, so you have a
little group of .OBJ files, then explicitly include them in the link
instead of the library?
Dwight
Return to the
comp.compilers page.
Search the
comp.compilers archives again.