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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6405eefbf080daa6 X-Google-Attributes: gid103376,public From: "Tarjei Tj�stheim Jensen" Subject: Re: Is an RTOS Required for Ada? Date: 1999/05/20 Message-ID: <7i15hp$mc2@ftp.kvaerner.com>#1/1 X-Deja-AN: 480131416 Content-Transfer-Encoding: 7bit References: <373B2927.7B22F898@pop.safetran.com> <19990514155120.03860.00000396@ng-cr1.aol.com> <7hmc18$jr6$1@nnrp1.deja.com> Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Kv�rner Oil & Gas Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-05-20T00:00:00+00:00 List-Id: Robert Dewar wrote >For example, in GNORT mode, the compiler will generate an open >loop for a block copy, to avoid calling the bcopy routine in >the run-time I'm rather surprised. I would assume that the most eficient way of doin this would be to use inline assembly code. I thought most cpus have a nice set of special instructions that will do this. Could there be problems with using these instructions? Greetings,