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,13b19740d69cbdc2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-10 09:22:01 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!btnet-peer1!btnet-feed3!newreader.ukcore.bt.net!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Modes (was unbounded_string) Date: Fri, 10 Oct 2003 16:21:17 +0000 (UTC) Organization: BT Openworld Message-ID: References: <20031010074015.761204C40C1@lovelace.ada-france.org> NNTP-Posting-Host: host81-128-239-244.in-addr.btopenworld.com X-Trace: sparta.btinternet.com 1065802877 11892 81.128.239.244 (10 Oct 2003 16:21:17 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Fri, 10 Oct 2003 16:21:17 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:615 Date: 2003-10-10T16:21:17+00:00 List-Id: "Stephen Leake" wrote in message news:uzng9f7ej.fsf@nasa.gov... > Tagged types and full limited types are always passed by reference, > because it almost always matters for them. Also, tagged types are almost certainly 2 words+ in size (word <=> 32-bits). Even in Ada83 (at least in any implementation I saw) types of this size (or greater) were always passed by reference, for efficiency, though the standard didn't mandate it.