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: Rod Chapman Subject: Re: Is an RTOS Required for Ada? Date: 1999/05/28 Message-ID: <374EC6EA.61519FAF@praxis-cs.co.uk>#1/1 X-Deja-AN: 483169918 Content-Transfer-Encoding: 7bit References: <373B2927.7B22F898@pop.safetran.com> <19990514155120.03860.00000396@ng-cr1.aol.com> <7hmc18$jr6$1@nnrp1.deja.com> <7i1b7p$3nb$1@nnrp1.deja.com> <7ifapi$lf1$1@nnrp1.deja.com> Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@uk.uu.net X-Trace: soap.pipex.net 927910035 22135 194.129.236.147 (28 May 1999 16:47:15 GMT) Organization: UUNET WorldCom server (post doesn't reflect views of UUNET WorldCom Mime-Version: 1.0 NNTP-Posting-Date: 28 May 1999 16:47:15 GMT Newsgroups: comp.lang.ada Date: 1999-05-28T16:47:15+00:00 List-Id: Robert Dewar wrote: > > Right! Of course the line between generating code for the source > you write, and "inserting code" is a very difficult, perhaps > impossible line to draw. My normal rule-of-thumb is "no surprises" - the compiler should not ever surprise me in its generated code, or (perhaps more simply put) generate code that I can't understand and map back to the source, irrespective of optimization level. I'm quite happy to accept simple inlined loops for block assignment or comparison, since these seem perfectly reasonable, whether as a result of inlining or not. Just me penneth worth... - Rod