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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8147e9052e4bc0df X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!eternal-september.org!.POSTED!not-for-mail From: BrianG Newsgroups: comp.lang.ada Subject: Re: Child vs nested package : efficiency matter Date: Tue, 01 Jun 2010 21:38:09 -0400 Organization: A noiseless patient Spider Message-ID: References: <4281c262-d761-4373-930a-39c973f1fb48@q36g2000prg.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 2 Jun 2010 01:37:25 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="T7+V4ifb+JMfyy+SzYQkkw"; logging-data="1491"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Dt51BAfg3DAMdU0IFxfTw" User-Agent: Thunderbird 2.0.0.24 (X11/20100317) In-Reply-To: Cancel-Lock: sha1:Px8UuTMRygl7GbeyCKs2UDK25Wg= Xref: g2news2.google.com comp.lang.ada:12185 Date: 2010-06-01T21:38:09-04:00 List-Id: Yannick Duch�ne (Hibou57) wrote: > I've just found : pragma Inline is not automatically applied, it > requires the -gnatn option Brian talked about. I though this was > automatically done when the -O option is present (I rarely use inline, > so I was not aware of that). > Also note that there's a difference between -gnatn and -gnatN. The latter is more thorough. It's been a while, but I think -gnatN is required for multi-unit inlines.