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.6 required=5.0 tests=BAYES_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7cc61f141d214cee,start X-Google-Attributes: gid103376,public From: mitch@nospam Subject: what does preelaborated package mean? Date: 1999/10/26 Message-ID: <7v3m2n$2cpo@drn.newsguy.com>#1/1 X-Deja-AN: 540674216 Organization: news Newsgroups: comp.lang.ada Date: 1999-10-26T00:00:00+00:00 List-Id: hi Ada experts, I am studying gnat code, and I see it says in few places that this package is 'preelaborated' followed by "can thus be with'ed by preelaborated library units". what exactly does this mean? I know what elaboration means, which is done at run time. So, a package that is 'preelaborated', when does this happen? and if this is a good thing, why not do everything like that? thanks, mitch.