From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_05,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ucla-cs!zen!ucbvax!VLSI.JPL.NASA.GOV!larry From: larry@VLSI.JPL.NASA.GOV.UUCP Newsgroups: comp.lang.ada Subject: Size of DEC Ada Executables Message-ID: <870902163008.051@VLSI.JPL.NASA.GOV> Date: Wed, 2-Sep-87 19:30:08 EDT Article-I.D.: VLSI.870902163008.051 Posted: Wed Sep 2 19:30:08 1987 Date-Received: Fri, 4-Sep-87 04:38:17 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet List-Id: -- DEC Ada executables are large, not because their compiler produces poor object code, but because their linker pulls in ALL code from any package that is WITHed. The have plans to correct this, I understand, but until then one (clumsy) workaround is (when code is to be delivered) make alternate packages containing just that code you need in the executable. Larry @ jpl-vlsi