comp.lang.ada
 help / color / mirror / Atom feed
* Re: Ada to C++ translator?
@ 2001-02-22  9:24 gautier
  2001-02-22 10:21 ` Martin Dowie
  0 siblings, 1 reply; 60+ messages in thread
From: gautier @ 2001-02-22  9:24 UTC (permalink / raw)
  To: comp.lang.ada

Martin Dowie:

>Also, some compilers don't produce very efficient (in size) code for

>package body X is
>  ...
>  Y : Y_Type := (others => (...));
>  ...
>end X;

Do you know one that does ? BTW I rather see a problem
in time. The expression "(others => (...))"  is often built
in a nonoptimised manner, in an extra buffer, then copied in to Y.

But, it is not a portability problem : this feature *will work*
on any Ada compiler, although not too efficienty.

____________________________________
Gautier  --  http://www.diax.ch/gdm/




^ permalink raw reply	[flat|nested] 60+ messages in thread
* Re: Ada to C++ translator?
@ 2001-02-22 10:40 gautier
  0 siblings, 0 replies; 60+ messages in thread
From: gautier @ 2001-02-22 10:40 UTC (permalink / raw)
  To: comp.lang.ada

>I would say it is a portability problem, if that extra memory requirements
>push you over some limit (physical, logical or contractural).

You're right. Maybe for the "practical protability" part of
the FAQ: "Don't use := for big object, because..."

____________________________________
Gautier  --  http://www.diax.ch/gdm/




^ permalink raw reply	[flat|nested] 60+ messages in thread
* Re: Ada to C++ translator?
@ 2001-02-21 15:44 gautier
  0 siblings, 0 replies; 60+ messages in thread
From: gautier @ 2001-02-21 15:44 UTC (permalink / raw)
  To: comp.lang.ada

>>The last time I checked, which was only a few weeks ago, the Mozilla
>>guide was so dated that it's pretty much useless.

>It is almost 3 years old. Has the C++ portability situation

Hey boys... it's like the Manual: read till the end of the text

"Last modified February 1, 2001"

;-)

____________________________________
Gautier  --  http://www.diax.ch/gdm/




^ permalink raw reply	[flat|nested] 60+ messages in thread
* Ada to C++ translator?
@ 2001-02-09 19:17 Robert Brantley
  2001-02-09 20:48 ` Britt Snodgrass
                   ` (3 more replies)
  0 siblings, 4 replies; 60+ messages in thread
From: Robert Brantley @ 2001-02-09 19:17 UTC (permalink / raw)


Any recommendations on a Ada to C++ translator?  We have no Ada tasking
constructs to deal
with.

Thanks in advance,

Robert Brantley
robert.brantley@lmco.com




^ permalink raw reply	[flat|nested] 60+ messages in thread
* Ada to C translator ?
@ 1998-02-04  0:00 Stewart French
  1998-02-05  0:00 ` Gautier
  0 siblings, 1 reply; 60+ messages in thread
From: Stewart French @ 1998-02-04  0:00 UTC (permalink / raw)



Hello all,

I have about 30,000 lines of Ada code for a DSP that I'd like to convert
to C.
I've done a bunch of net searches without luck.  Do any of you know of
any
Ada to C code translators?  Companies?  Web pages?  etc.

Thanks aBunch,

Stewart French
french@ti.com

PS.  Please email me directly.






^ permalink raw reply	[flat|nested] 60+ messages in thread
* Ada to C translator ?
@ 1994-11-16 13:10 Eric Labbe
  0 siblings, 0 replies; 60+ messages in thread
From: Eric Labbe @ 1994-11-16 13:10 UTC (permalink / raw)


		We are currently in the process of translating a huge
	application ( > 100000 lines) from Ada to C.  We desesperatly
	seek ways to accelerate the work.
 
		Is there any tools that is able to perform a decent
	job in translating from Ada to C?  By decent, I mean something
	that can understand the semantic of the Ada code before trying
	to translate (not a tool that blindly replace the Ada code by
	C synthax, we already have such a tool, and it does not help).

		Thanks for any help.

		Please reply by e-mail to: ericl@cae.ca

-- 
=======================
 Eric Labbe                       SysOp of Amiga-Zone (514) 482-1339
 Internet:ericl@cae.ca            Montreal, Qc. (Canada)
 Computer-Analyst (B.Sc)          I like Denise, Agnus, Paula, Lisa & Alice



^ permalink raw reply	[flat|nested] 60+ messages in thread

end of thread, other threads:[~2001-02-25 15:21 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-22  9:24 Ada to C++ translator? gautier
2001-02-22 10:21 ` Martin Dowie
  -- strict thread matches above, loose matches on Subject: below --
2001-02-22 10:40 gautier
2001-02-21 15:44 gautier
2001-02-09 19:17 Robert Brantley
2001-02-09 20:48 ` Britt Snodgrass
2001-02-09 23:35   ` Jeffrey Carter
2001-02-09 23:47   ` Brian Rogoff
2001-02-12 15:07     ` Ted Dennison
2001-02-12 15:49       ` Brian Rogoff
2001-02-13 19:36         ` Ted Dennison
2001-02-12 20:25       ` David C. Hoos, Sr.
2001-02-11 10:36 ` Gautier
2001-02-11 11:15   ` Pascal Obry
2001-02-11 11:15   ` Jean-Pierre Rosen
2001-02-12 10:36     ` David C. Hoos, Sr.
2001-02-11 13:15   ` Larry Kilgallen
2001-02-11 14:50   ` Ken Garlington
2001-02-11 15:58   ` Florian Weimer
2001-02-11 17:05   ` Aaro Koskinen
2001-02-15 23:47   ` Robert Brantley
2001-02-16 15:20     ` Ted Dennison
     [not found]       ` <cyik6.1725$DE.61421700@newssvr10-int.news.prodigy.com>
     [not found]         ` <%Wvk6.102$aw5.380@www.newsranger.com>
2001-02-21  0:33           ` Ken Garlington
2001-02-21 10:54             ` Ole-Hjalmar Kristensen
2001-02-21 12:40               ` Ken Garlington
2001-02-21 12:56                 ` Ole-Hjalmar Kristensen
2001-02-21 18:36             ` Brian Rogoff
2001-02-21 19:05               ` Marin David Condic
2001-02-21 21:26                 ` Simon Wright
2001-02-23 21:05                   ` Marin David Condic
2001-02-24  8:38                     ` Simon Wright
2001-02-24 16:22                     ` Nick Williams
2001-02-24 19:22                       ` Marin David Condic
2001-02-24 19:38                         ` Ken Garlington
2001-02-25 15:21                           ` Marin David Condic
2001-02-12 15:33 ` Ted Dennison
2001-02-15 23:37   ` Robert Brantley
2001-02-16  0:34     ` tmoran
2001-02-16  4:59       ` Lao Xiao Hai
2001-02-16 15:20         ` Marin David Condic
2001-02-16 11:02     ` Tarjei T. Jensen
2001-02-16 13:34       ` Ken Garlington
2001-02-16 14:55         ` Marin David Condic
2001-02-16 21:04         ` tmoran
2001-02-16 15:44     ` Ted Dennison
2001-02-21 13:21       ` Bob Jacobs
2001-02-21 14:14         ` Ted Dennison
2001-02-21 14:59           ` Bob Jacobs
2001-02-21 15:58         ` Martin Dowie
2001-02-21 16:15           ` Bob Jacobs
2001-02-21 16:57             ` Ted Dennison
2001-02-22  1:39               ` Andrew Berg
2001-02-22  9:09             ` Martin Dowie
2001-02-22 13:32               ` Bob Jacobs
2001-02-22 14:30               ` Ted Dennison
2001-02-22  9:17             ` Martin Dowie
2001-02-15 23:09 ` Robert Brantley
1998-02-04  0:00 Ada to C translator ? Stewart French
1998-02-05  0:00 ` Gautier
1994-11-16 13:10 Eric Labbe

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