comp.lang.ada
 help / color / mirror / Atom feed
From: "Marin David Condic" <mcondic.auntie.spam@acm.org>
Subject: Re: Ada Compiler Pricing (was Re: Hijacking a Thread was RE: New Ada compiler for .NET)
Date: Sat, 11 Jan 2003 09:15:54 -0500
Date: 2003-01-11T14:16:28+00:00	[thread overview]
Message-ID: <avp8vs$ahn$1@slb5.atl.mindspring.net> (raw)
In-Reply-To: 3E1F4B6D.A8D5172F@adaworks.com

I'm not sure what Joyce meant by "deeply embedded" - I'd guess that
differentiates from products where you run on top a commercial OS tailored
for realtime. (VxWorks, realtime flavors of Linux, etc?) I suppose there
will always be hardware out there that is not amenable to running a
commercial RTOS and so we will always need RTKs that come with compilers to
do that job. (My current computer is one such device)

I'd agree that the RTK is one of the harder parts of such a compiler, but
the good news is that it is relatively easily unbundled from the compiler
and generalized. That's kind of how we got to realtime OS's - RTKs and
commercial OS's migrating to a common point in the middle. It would seem
like a wise business decision to split off the RTK into something like RTEMS
that can be language/compiler independent and keep the compiler making OS
calls that would likely be supportable in a non-realtime environment such as
your typical workstation. (Something like the Posix calls that I believe
RTEMS supports.) That way, you've got the option of saying "I don't care if
the embedded world uses Ada or C or C++ or 'Embedded Cobol' - I can market
the RTK to them."

MDC
--
======================================================================
Marin David Condic
I work for: http://www.belcan.com/
My project is: http://www.jast.mil/

Send Replies To: m c o n d i c @ a c m . o r g

    "I'd trade it all for just a little more"
        --  Charles Montgomery Burns, [4F10]
======================================================================

Richard Riehle <richard@adaworks.com> wrote in message
news:3E1F4B6D.A8D5172F@adaworks.com...
>
> As to pricing, I would rather leave that to the respective companies.   I
can
> say
> the compilers are not inexpensive, primarily because they target embedded
> targets with carefully designed run-time environments that are intended to
> serve applications that require a high-level of dependability.   When one
> examines the world of Ada carefully, it becomes clear that creating an RTE
> is no trivial exercise.   It is easy enough to generate code, but for
embedded
> environments (what Joyce Tokar calls, "deeply embedded"),  one must
> craft the RTE so it supports all of the generated code in a predictable
way.
> It is almost like writing a small operating system for each platform.
>
> DDC-I supports a wide variety of embedded targets.    Irvine is a C-Path
> compiler so it can be ported to many different platforms.  Once again, it
> is creating that pesky RTE that makes it expensive to build such
compilers.
>
> I overlooked Green Hills in my earlier posting.  We have clients who are
> quite happy with their compilers too.
>
> The important point is that GNAT, for all of the good will toward Ada it
> has generated, is not the only game in town.   ACT has done a remarkable
> job with their current business model and produced compilers of excellent
> quality.   That is just the first step when considering "deeply embedded"
> systems.  It is not enough to generate good code.    One of the key
elements
> in selecting an Ada compiler for a "deeply embedded" system is to
> evaluate the relative qualities of the RTE.  This is a point often
overlooked
> by those who naively believe that C++ is as relevant as Ada for embedded
> systems.
>
> One reason I characterized the new owners of Aonix as a bunch of
ignoramouses
> is that they overlooked this point and laid-off some of their best people,
the
> people who knew how to differentiate their product from others by creating
> reliable, stable, and efficient RTE's.   I'm not sure whether they have
learned
> the error of their decision yet, but one can hope they have.
>
> Richard Riehle
>





  reply	other threads:[~2003-01-11 14:15 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pn_TS1-GfE@vib.usr.pu.ru>
2002-12-23  1:03 ` Hijacking a Thread was RE: New Ada compiler for .NET Robert C. Leif
2002-12-23 11:11   ` Ingo Marks
2002-12-23 14:18     ` Hyman Rosen
2003-01-05 16:50       ` Adrian Hoe
2003-01-06  9:09         ` Hyman Rosen
2003-01-06  9:17         ` I. Marks
2003-01-06 22:12           ` Ted Dennison
2003-01-07  3:23             ` Hyman Rosen
2003-01-07 13:21               ` Ted Dennison
2003-01-08  4:52                 ` Hyman Rosen
2003-01-08  5:54                   ` James S. Rogers
2003-01-08 13:08                   ` Ted Dennison
2003-01-10  2:38                   ` Richard Riehle
2003-01-10  5:02                     ` Adrian Hoe
2003-01-10  5:23             ` Adrian Hoe
2003-01-11  4:47               ` Ted Dennison
2003-01-06 13:27         ` Larry Kilgallen
2003-01-07  3:30           ` Hyman Rosen
2003-01-07 13:24             ` Ted Dennison
2003-01-10  2:43             ` Richard Riehle
2003-01-10  5:13               ` Adrian Hoe
2003-01-10  5:17               ` Adrian Hoe
2003-01-10  5:11             ` Adrian Hoe
2003-01-10  5:46               ` Hyman Rosen
2003-01-10 15:09                 ` Ranged Types (was: Hijacking a Thread) Larry Kilgallen
2003-01-10 23:17                 ` Hijacking a Thread was RE: New Ada compiler for .NET Georg Bauhaus
2003-01-11  5:27                 ` Ted Dennison
2003-01-11  7:33                 ` Making bombs after graduation ( was Re: Hijacking a Thread was RE: New Ada compiler for .NET) faust
2003-01-10 13:53                   ` Christopher Browne
2003-01-11  9:10                     ` u.r. faust
2003-01-10 14:25                   ` Fraser Wilson
2003-01-10 10:41               ` Hijacking a Thread was RE: New Ada compiler for .NET Richard Riehle
2003-01-10 13:22                 ` Ada Compiler Pricing (was Re: Hijacking a Thread was RE: New Ada compiler for .NET) Marin David Condic
2003-01-10 22:38                   ` Richard Riehle
2003-01-11 14:15                     ` Marin David Condic [this message]
2003-01-14 20:02                     ` Kevin Cline
2003-01-14 23:03                       ` Pat Rogers
2003-01-15  2:00                       ` Adrian Hoe
2003-01-15  4:03                       ` John R. Strohm
2003-01-15 13:26                         ` Marin David Condic
2003-01-15 17:43                           ` Richard Riehle
2003-01-15 20:57                             ` Robert C. Leif
2003-01-15 22:53                               ` chris.danx
2003-01-16 12:58                                 ` Ada Compiler Pricing (was Re: Hijacking a Thread was RE: NewAda " Marin David Condic
2003-01-16  1:28                               ` Ada Compiler Pricing (was Re: Hijacking a Thread was RE: New Ada " Jeffrey Carter
2003-01-16  3:45                                 ` Ada Compiler Pricing (was Re: Hijacking a Thread was RE: NewAda " Richard Riehle
2003-01-16 15:44                                 ` Jerry Petrey
2003-01-16 19:50                                   ` Jeffrey Carter
2003-01-15 23:18                             ` Ada Compiler Pricing (was Re: Hijacking a Thread was RE: New Ada " John R. Strohm
2003-01-16  0:00                               ` Richard Riehle
2003-01-17 17:21                                 ` Warren W. Gay VE3WWG
2003-01-17 19:09                                   ` Ada Compiler Pricing (was Re: Hijacking a Thread was RE: NewAda " Richard Riehle
2003-01-16 12:50                             ` Ada Compiler Pricing (was Re: Hijacking a Thread was RE: New Ada " Marin David Condic
2003-02-03  9:33                             ` Ole-Hjalmar Kristensen
2003-01-11  4:38                   ` Adrian Hoe
2003-01-11  9:02                     ` Pascal Obry
2003-01-11 14:28                       ` Ada Compiler Pricing Marin David Condic
2003-01-13 12:33                     ` Ada Compiler Pricing (was Re: Hijacking a Thread was RE: New Ada compiler for .NET) John English
2003-01-13 16:15                       ` Adrian Hoe
2003-01-14 12:52                         ` Marin David Condic
2003-01-15  7:11                       ` AG
2003-01-27 12:33                 ` Hijacking a Thread was RE: New Ada compiler for .NET Colin Paul Gloster
2003-01-28 13:14                   ` Marin David Condic
2003-01-28 13:47                   ` Pat Rogers
2003-01-28 15:31                     ` Larry Kilgallen
2003-01-29 12:43                       ` Marin David Condic
2003-01-11  7:21               ` faust
2003-01-10 22:38             ` P S Norby
2003-01-11  3:44               ` Adrian Hoe
2003-01-13 12:31           ` John English
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox