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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,60dd4fe7723c0ef X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Ada Core Technologies announces GNATCOM Date: 2000/04/15 Message-ID: <8d9r1g$445$1@nnrp1.deja.com>#1/1 X-Deja-AN: 611499793 References: <8coc5e$do2$1@nnrp1.deja.com> <8d0ru2$arc$1@nnrp1.deja.com> <8d1paa$n0n4@ftp.kvaerner.com> <8d2csa$1hm$1@nnrp1.deja.com> <8d54bm$t2$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x43.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sat Apr 15 13:32:32 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-04-15T00:00:00+00:00 List-Id: In article , Robert A Duff wrote: > So remind me: what is "unsupportable" about the design of C_Pass_By_Copy > (other than the fact that we wish it didn't have to exist at all)? The form with a pragma that says small structures should be passed by copy, and large ones by reference. This is inspired by the standard C convention at the implementation level of passing small records in registers, and large registers by address of a copy. But the pragma is about semantics not about implementation, so it is very confused Sent via Deja.com http://www.deja.com/ Before you buy.