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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f6912,fd6a0f1d05ce01f8 X-Google-Attributes: gidf6912,public X-Google-Thread: 103376,539c04254abf1b37 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-25 16:49:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsgate.cistron.nl!psiuk-p2!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: sci.military.naval,comp.lang.ada Subject: Re: naval systems Date: Mon, 25 Feb 2002 10:10:52 -0500 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: References: <3C74E519.3F5349C4@baesystems.com> <20020221205157.05542.00000012@mb-cm.news.cs.com> <3C763746.CC8B2965@baesystems.com> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1014649853 22917 136.170.200.133 (25 Feb 2002 15:10:53 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 25 Feb 2002 15:10:53 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com sci.military.naval:103054 comp.lang.ada:20417 Date: 2002-02-25T15:10:53+00:00 List-Id: And, typically, you can pare it down as needed. If you've got a really small box and don't need tasking & want to stick to some subset of the language in your coding practices, you can get the runtime down to nothing at all. Of course, one then needs to be careful that after having removed many of the language's services that one doesn't just turn around and reproduce them in some other way in the code. I've seen this done often - especially with respect to tasking. Someone will get rid of tasking because its "too inefficient" then just inefficiently juggle code all over the place to fill up idle time or reinvent tasking in some other form. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "John R. Strohm" wrote in message news:CB534AA00A46FA5E.AAAB490398694730.BDDDDEA65B01C997@lp.airnews.net... > > I don't know very many embedded systems that can't scratch up 4K words of > code space for a runtime kernel. > > >