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,ab46f8fd8bc30c31 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!x29g2000prf.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Problems with Scope of aliased Objects Date: Thu, 16 Apr 2009 13:11:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4cfd62f1-d0f3-4cd4-8eea-4a72c294528c@x29g2000prf.googlegroups.com> References: <834db296-954d-48a8-872d-d295688066ee@c18g2000prh.googlegroups.com> <40ae6bc2-2830-429a-a8e9-81b6b7604781@o11g2000yql.googlegroups.com> <7f791896-0395-4471-910f-afaf8a488a13@r31g2000prh.googlegroups.com> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1239912687 17799 127.0.0.1 (16 Apr 2009 20:11:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 16 Apr 2009 20:11:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x29g2000prf.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.7.12-1.3.1,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5476 Date: 2009-04-16T13:11:26-07:00 List-Id: On Apr 16, 9:26 am, Adam Beneschan wrote: > Then you can optimize the pool routines and tailor them to the > specific way you will use it (for example, if you never deallocate > anything, you can take advantage of that fact to simply the Allocate > routine that should have been "simplify the Allocate routine"... -- Adam