Path: utzoo!attcan!uunet!snorkelwacker!usc!ucsd!ucbvax!CZHETH5A.BITNET!DUG From: DUG@CZHETH5A.BITNET Newsgroups: comp.lang.modula2 Subject: RE: How to make libraries smaller? Message-ID: Date: 25 May 90 14:31:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Modula2 List Organization: The Internet Lines: 12 Comment: Mail not returnable through this path, use the list address Author: AEOLUS::NOTES9B "Wehrli Christoph" Topic 784.1 Time: 25-MAY-1990 09:59 ZRH -< Smart linker >- The Logitech Linker V3.0 and later does intelligent linking from all imported modules, e.g. only code actually referenced is included in the final .EXE file. Linking is just an implementation feature and not a question of Modula2 or C.