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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6a9844368dd0a842 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: seperate keyword and seperate compilation with Gnat? Date: 1996/07/08 Message-ID: #1/1 X-Deja-AN: 167552789 references: <4rrcal$hhh@newsbf02.news.aol.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-07-08T00:00:00+00:00 List-Id: John Herro said " Second, Janus/Ada 83 for DOS has a compiler/linker switch to tell the system that the whole program will fit into a .COM file, so it can generate shorter jumps." That's surely confused. Any compiler will generate short jumps when it can (since it knows at compile time, jumps do not go from one unit to another!) Perhaps you mean that specifying small model allowed shorter calls? if so that is clearly true, but not something that is relevant any more these days.