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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ded6ba3fc5b87b66 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-10-25 20:09:43 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!freenix!oleane.net!oleane!news-raspail.gip.net!news.gsl.net!gip.net!netnews.globalip.ch!news.vtx.ch!not-for-mail From: Mats Weber Newsgroups: comp.lang.ada Subject: Re: First time Ada has let me down (recipe) Date: Thu, 26 Oct 2000 04:45:41 +0200 Organization: VTX Services SA Message-ID: <39F79AD6.81396917@mail.com> References: <8FD7DEBEEsynoptikdamudderfuck@news> <8t7elp$n8h$1@wanadoo.fr> Reply-To: matsw@mail.com NNTP-Posting-Host: lsne-cable-2-p08.vtxnet.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.75 (Macintosh; U; PPC) X-Accept-Language: en,pdf Xref: supernews.google.com comp.lang.ada:1564 Date: 2000-10-26T04:45:41+02:00 List-Id: Guillaume wrote: > It's not as clean as the solution provided in Ada95 with "mod integers", as > for one basic operation you're getting two extra copies (the two unchecked > conversions). You will not get extra copies due to unchecked convervsion if you use a good compiler.