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 Xref: utzoo comp.os.vms:38742 comp.lang.ada:5439 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!psuvax1!psuvm!esoc!phall From: PHALL@ESOC.BITNET Newsgroups: comp.os.vms,comp.lang.ada Subject: Re: Reducing VMS Ada .exe sizes... How? Message-ID: <91134.084320PHALL@ESOC.BITNET> Date: 14 May 91 14:16:29 GMT References: <1991May13.134715.12503@software.org> Organisation: European Space Operation Centre (E.S.O.C) List-Id: you don't really say what the exact problem is, however if the problem is that the image size is very large then check the linker map to see how many modules are being linked. if this value is approx 96 it is likley that the linker has stopped performing demand zero compression. the linker option ISD_MAX specifies the maximum number of image sections allowed in an image. The default is approz 96. If the total number of image sections reaches or exceeds this value, demand zero compression stops.