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-Thread: 103376,64b29dfa2220a59f X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Reserve_Capacity for Unbounded_String? From: Georg Bauhaus In-Reply-To: <1185357317.24786.39.camel@kartoffel> References: <1185134043.892012.217560@n2g2000hse.googlegroups.com> <1185203238.701948.307410@m37g2000prh.googlegroups.com> <46A5B0FE.3060008@obry.net> <46A69136.3010803@obry.net> <46A70064.8090407@obry.net> <1185357317.24786.39.camel@kartoffel> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1185357770.24786.41.camel@kartoffel> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Wed, 25 Jul 2007 12:02:50 +0200 Organization: Arcor NNTP-Posting-Date: 25 Jul 2007 12:02:23 CEST NNTP-Posting-Host: df4572fd.newsspool1.arcor-online.net X-Trace: DXC=H6B>lbK05bhPKPPVf;4hUjic==]BZ:afn4Fo<]lROoRaFl8W>\BH3YbC7L==5KlGVlN[W On Wed, 2007-07-25 at 11:55 +0200, Georg Bauhaus wrote: > function Str_Concat_3 (S1, S2, S3 : String) return String; > -- Concatenate three strings and return resulting string > > hidden in System.String_Ops_Concat_3 and used in algorithmically (!) > optimizing two "&"s in the compiler. I mean, the compiler optimizes occurences of a small number of "&" in a row in user programs.