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-Thread: a07f3367d7,677065ed1513ef3b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!m24g2000vbp.googlegroups.com!not-for-mail From: "patrick.gunia@googlemail.com" Newsgroups: comp.lang.ada Subject: Re: Ada Tagged Type-Operation assign? Date: Sat, 16 May 2009 09:35:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: <71a30fd9-c27d-4adc-ac64-5bf8b0c362ab@m24g2000vbp.googlegroups.com> References: <003ad11c-1161-4867-9453-28eaf5663f04@r13g2000vbr.googlegroups.com> NNTP-Posting-Host: 78.34.66.221 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1242491751 26162 127.0.0.1 (16 May 2009 16:35:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 16 May 2009 16:35:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m24g2000vbp.googlegroups.com; posting-host=78.34.66.221; posting-account=D7TrwwoAAAAVyN71CASRiSp392RIjlsB User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 5.1; U; de) Presto/2.1.1,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5872 Date: 2009-05-16T09:35:51-07:00 List-Id: So now here=B4s my results after performing another test run using VTune. Without declaring the two types as tagged-types, the operation "assign" isn=B4t listed any more in my VTune-results, and thus doesn=B4t get called and probably ain=B4t created any more. This yields to an performance-increase of ca. 10% for the overall performance of my application. This is quite nice, though I don=B4t get, why this happens. Does anyone have an explanation for this?