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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a02ecdd4cb0f0996 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Pragma Inline and its Effects of Compilation Dependencies. Date: 2000/03/22 Message-ID: <8barkt$508$1@nnrp1.deja.com>#1/1 X-Deja-AN: 600892351 References: <8b64ul$jov$1@inputplus.demon.co.uk> <8b8gen$mko$1@nnrp1.deja.com> <38D7CABA.A73F88C6@cadence.com> <38D7F4D8.1AE44625@maths.unine.ch> <8b94tg$9jt$1@nnrp1.deja.com> <2000Mar22.085654.1@eisner> X-Http-Proxy: 1.0 x25.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Mar 22 16:16:48 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I) Date: 2000-03-22T00:00:00+00:00 List-Id: In article <2000Mar22.085654.1@eisner>, Kilgallen@eisner.decus.org.nospam wrote: > In article <8b94tg$9jt$1@nnrp1.deja.com>, Robert Dewar writes: > > > You miss the point. The Ada 83 library approach is based on the > > idea that a compilation NEVER accesses anything that has not > > been previously compiled. That is quite fundamental to the > How would you classify a mechanism like the DEC Ada command > ACS LOAD ? From my perspective as a user it takes away any > need for me to worry about the order of compilation even on > a clean build to an empty library. Its been a while (almost a decade). But as I recall, that command only built up a list of units along with a mapping to their sources. As it did not actually compile anything, it would not be considered a "compilation" in the discussion above. Just about every library-based model provides a way to introduce units to the library without compiling them first. But in this state they are indeed not compiled at all, so I don't think it affects the discussion about inlining. -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.