delorie.com/archives/browse.cgi | search |
Date: | Sun, 3 Oct 1999 11:56:28 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Gautier <Gautier DOT deMontmollin AT Maths DOT UniNe DOT CH> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: Linker trimming unused code/data |
In-Reply-To: | <37F550CC.F8732E7@Maths.UniNe.CH> |
Message-ID: | <Pine.SUN.3.91.991003115605.16555B-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Sat, 2 Oct 1999, Gautier wrote: > But as a module is a whole and can be used in many different > projects, it would be annoying to subdivide it > excessively, or for particular purposes, leading to > different versions of the same things floating around... What you need to do is to divide a single module into several smaller modules. Then the linker will only link in those modules which you actually need in your program.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |