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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,41f54053ba96c4cb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-22 03:19:53 PST From: "Martin Dowie" Newsgroups: comp.lang.ada References: <3b321d2f$1@pull.gecm.com> <3B327146.C1B43717@boeing.com> <3B32DFEB.1786FEE5@CCI.Sema.de> <3b32efb0$1@pull.gecm.com> <3B331017.5F34A904@CCI.Sema.de> Subject: Re: Data Elaboration Date: Fri, 22 Jun 2001 11:21:41 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: sg2c11210.dsge.edinbr.gmav.gecm.com Message-ID: <3b331964$1@pull.gecm.com> X-Trace: 22 Jun 2001 11:09:40 GMT, sg2c11210.dsge.edinbr.gmav.gecm.com Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!skynet.be!grolier!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!sg2c11210.dsge.edinbr.gmav.gecm.com Xref: archiver1.google.com comp.lang.ada:9026 Date: 2001-06-22T11:21:41+01:00 List-Id: > I would say (I'm not 100% sure) that the order of elaboration of Bool1, > Bool2 and Int1 will be the same. This does not mean that they always > will use the same memory. In case you have an other package with the > same allocation-construct, you can't directly predickt the order of > elaboration of packages. You can do some tuning with "pargma Elaborate". The cunning plan was to only allow these declarations from within a single package, so I think we're covered. > By the way. You will need a pragma Elaborate (My_Allocator); for this > package. Good point, well made. (it just happens to work with our current compiler)