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.8 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!actnyc!jls From: jls@actnyc.UUCP (Jonathan Schilling) Newsgroups: comp.lang.ada Subject: DEC Ada units in program limitation Message-ID: <1135@actnyc.UUCP> Date: 27 Dec 88 21:51:11 GMT Organization: InterACT Corporation, New York List-Id: The DEC VAX Ada compiler (version 1.5) documents two different limits for how many program units can be in an executable program. The LRM Appendix F says 1000, while the Technical Summary says 4095 (with a subordinate limit of 1023 for the transitive closure of with clauses for any one unit). Does anyone know which of these limits is accurate? The 1000 limit is pretty low for real-life use. Does anyone know of a workaround for it, other than linking separate images and spawning between them (which would seem to be slow)? Does anyone have a feeling for whether DEC intends to relax the limit in a future release? Thanks for any info.... Jonathan Schilling !uunet!actnyc!jls