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: 109fba,94a2b19e68586a6 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,9adfbb907494972e X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,9adfbb907494972e X-Google-Attributes: gid1014db,public From: dewar@schonberg.cs.nyu.edu (Robert Dewar) Subject: Re: Ada to C/C++ translator needed Date: 1996/10/07 Message-ID: #1/1 X-Deja-AN: 187327910 references: <536eid$gv2@news.ccit.arizona.edu> <53anuv$meh@news.nyu.edu> organization: New York University newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++ Date: 1996-10-07T00:00:00+00:00 List-Id: Richard said "Unfortunately, it isn't too useful because the answer is a strong function of who's doing it and how "peculiar" the machine in question is. For example, I did the GCC config files for the RS/6000 in about a month of elapsed time, working about 50% of my time on that. Much of that time was spent fighting IBM's assembler. The Alpha was faster since the assembler problems didn't exist." Of course, getting to the first version of the GCC config files is only part of producting a complete port in a productized form, but still we are typically talking of perhaps a person year in all, so not a big effort. Certainly it is probably just as easy to create a new MD fie for GCC as it would be to get a compiler working via a C translation, and you get much better results from the former approach.