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,c6acbb9f2027b8c9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.maxwell.syr.edu!news-rtr.nyroc.rr.com!news-out.nyroc.rr.com!twister.nyroc.rr.com.POSTED!53ab2750!not-for-mail From: "REH" Newsgroups: comp.lang.ada References: <1128525722.605730.281980@g43g2000cwa.googlegroups.com> <87mzlnomca.fsf@ludovic-brenta.org> <1421562.dbAHjS9XJS@linux1.krischik.com> <1128598604.142021.239190@g44g2000cwa.googlegroups.com> <21305827.4TOYkjRP7N@linux1.krischik.com> Subject: Re: volatile vs aliased X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: Date: Fri, 07 Oct 2005 22:44:09 GMT NNTP-Posting-Host: 69.205.134.80 X-Complaints-To: abuse@rr.com X-Trace: twister.nyroc.rr.com 1128725049 69.205.134.80 (Fri, 07 Oct 2005 18:44:09 EDT) NNTP-Posting-Date: Fri, 07 Oct 2005 18:44:09 EDT Organization: Road Runner Xref: g2news1.google.com comp.lang.ada:5501 Date: 2005-10-07T22:44:09+00:00 List-Id: "Adrian Knoth" wrote in message news:slrndkd6li.38o.adi@ppc201.mipool.uni-jena.de... > Martin Krischik wrote: > >> The truth is that x++ is a cheat and has allways been. x++ only exists >> because it needs less memory to implement then a peep hole optimiser >> and - >> in the light of modern CPU with powerfull MMUs and triple cache - without >> any effect anyway. > > Triple cache? L1, L2 and what else? Register renaming? Forwarding? > L3