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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a3ca574fc2007430 X-Google-Attributes: gid103376,public X-Google-Thread: 115aec,f41f1f25333fa601 X-Google-Attributes: gid115aec,public From: ken@nrtt.demon.co.uk (Ken Tindell) Subject: Re: Ada and Automotive Industry Date: 1996/11/18 Message-ID: #1/1 X-Deja-AN: 197325781 distribution: world x-nntp-posting-host: nrtt.demon.co.uk references: <55ea3g$m1j@newsbf02.news.aol.com> <3280DA96.15FB@hso.link.com> <1996Nov6.210957.3070@ole.cdac.com> <5683sk$bsc@news.ccit.arizona.edu> organization: Northern Real-Time Technologies Ltd. reply-to: ken@nrtt.demon.co.uk newsgroups: comp.lang.ada,comp.realtime Date: 1996-11-18T00:00:00+00:00 List-Id: In article dewar@merv.cs.nyu.edu (Robert Dewar) wrote: > "I rather doubt that GNAT is portable to the 8051" > > Richard, what is the technical basis of this guess ... I have seen what's been done for the 68HC11 with gcc: the implementation had to provide virtual 16- and 32-bit registers in RAM because gcc assumes a register rich architecture. The code quality is consequently poor. Of course, this is fine if all you want a free compiler to play with. The 68HC11 represents a much more sophisticated processor than the 8051. Normal mechanisms, like using stack relative addressing for parameters, are not an option on the 8051.