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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,abbaab2e39561193,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-05 04:31:13 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.stueberl.de!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Frank Piron Newsgroups: comp.lang.ada Subject: Variant vs. Tagged Type Date: Wed, 05 Nov 2003 13:30:58 +0100 Organization: KonAd GmbH Message-ID: NNTP-Posting-Host: p508b4e67.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-Trace: online.de 1068035471 22211 80.139.78.103 (5 Nov 2003 12:31:11 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Wed, 5 Nov 2003 12:31:11 +0000 (UTC) User-Agent: Opera7.11/Win32 M2 build 2887 Xref: archiver1.google.com comp.lang.ada:2073 Date: 2003-11-05T13:30:58+01:00 List-Id: Hi, is it possible to make some general statements concerning the alternative variant vs. tagged type with respect to runtime performance? For example: if we have an array A 1) of type access to a variant 2) of type access 'Class what can be said about the runtime performance of the expression A(I).? Thanks in Advance, Frank