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,4039d4e40ecde64c X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Ada to C translator Date: 1997/02/09 Message-ID: #1/1 X-Deja-AN: 217589067 references: <199702041504.PAA11572@sw-eng.falls-church.va.us> organization: New York University newsgroups: comp.lang.ada Date: 1997-02-09T00:00:00+00:00 List-Id: John Walker said <> First, there are not many such targets these days, given GNAT being around. Second, it is probably easier to do a port of GCC to a new machine in this case than mess with a C translation. Remember that if you decide to use C, you are committing yourself to a significantly inefficient translation (for things like nested procedures, overflow checking, exception handling), so to compete with this you don't need a super high quality GCC/GNAT port, just something that works.