portable code generator needed

David Bacon <harvard!rutgers!topaz!columbia!ibm.com!DFB>
14 January 1987, 13:48:13 EST

          From comp.compilers

Related articles
portable code generator needed harvard!rutgers!topaz!columbia!ibm.com!DFB (David Bacon) (1987-01-14)
Re: portable code generator needed emoryu1!emory!arnold (1987-01-20)
| List of all articles for this month |

Date: 14 January 1987, 13:48:13 EST
From: David Bacon <harvard!rutgers!topaz!columbia!ibm.com!DFB>
Phone: (914) 789-7700
Snail-Mail: IBM Watson Research Center, POB 704, Yorktown Heights, NY 10598

can anyone out there tell me if i can find a code generator (public domain or
commercially available) that satisfies the following conditions:


      generates code for a number of machines, including some subset of M68000,
      IBM RT (ROMP), VAX, 80x86, or IBM 370.


      new code generators are fairly easy to add (ie, 6 man months).


      has a well-defined file-format interface (so i can pipe the output of my
      front end to it).


      runs under 4.2 unix.


i am working in a group producing a compiler for a new very-high-level language
called NIL (nothing to do with the LISP dialect). our hope is to provide a
compiler that can be easily retargeted and that will run on most of the major
unix engines. we haven't the manpower (nor the desire to reinvent the wheel)
and would like to take a code generator "off-the-shelf".


any hints or suggestions would be greatly appreciated.


david bacon
dfb@ibm.com


ps: the normal disclaimers that us corporate citizens have to make apply: no
one should construe this as a promise to deliver any sort of product, service,
etc. sigh... life was simpler at the university.
[There's always PCC. -John]





Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.