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,28b389d4503cb555 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: generic package dilemma Date: 1999/12/03 Message-ID: <828nuu$95s$1@nnrp1.deja.com>#1/1 X-Deja-AN: 555999703 References: <80u48b$ghr$1@bunyip.cc.uq.edu.au> <3832e27f_1@news1.prserv.net> <3832E75D.5B1BA719@mail.com> <383319e8_4@news1.prserv.net> <3833F615.5AD7166C@mail.com> <383442e1_1@news1.prserv.net> <383510EA.9DFEE8B6@mail.com> <383569db_2@news1.prserv.net> <3835CF7A.5604C6A3@mail.com> <81bt4v$7cr$1@nnrp1.deja.com> <81cru4$url$1@nnrp1.deja.com> <38464A8F.FDE762F9@mail.com> <828mu3$8i0$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x34.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Fri Dec 03 15:34:53 1999 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-12-03T00:00:00+00:00 List-Id: In article <828mu3$8i0$1@nnrp1.deja.com>, Robert Dewar wrote: > you try to port to another system). In fact in GNAT we provide > the -p (pessimistic elaboration order) option for the binder. > This option is relevant only if you are using fully dynamic > elaboration (compiling with the -gnatE switch), and it causes > the binder to choose what it thinks is the WORST possible > elaboration order, to help smoke out such lurking bugs :-) Interesting. Have you given any thought to doing this for other implemetation-defined things, like ordering of record fields and caching of global data? -- T.E.D. Sent via Deja.com http://www.deja.com/ Before you buy.