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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aa7f494bf30adbc7 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!newshub.sdsu.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail From: David Starner Subject: Re: [newbie] simple(?) data structures User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Message-ID: Newsgroups: comp.lang.ada References: <2j1e30Fsrg8vU1@uni-berlin.de> <2jao1qFvj2rgU1@uni-berlin.de> <2jc33qFv3sitU1@uni-berlin.de> <1087475845.607135@master.nyc.kbcfp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Fri, 18 Jun 2004 00:20:18 GMT NNTP-Posting-Host: 12.72.88.120 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1087518018 12.72.88.120 (Fri, 18 Jun 2004 00:20:18 GMT) NNTP-Posting-Date: Fri, 18 Jun 2004 00:20:18 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:1639 Date: 2004-06-18T00:20:18+00:00 List-Id: On Thu, 17 Jun 2004 08:37:25 -0400, Hyman Rosen wrote: > The usual bit > about stepping through an array by pointer instead of index, but that's > not a requirement in C, merely an optimization. And not even that most of the time. Turning an index into a point has been standard in optimizing compilers for at least a decade.