Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!ucbvax!ucbcad!ames!rutgers!pyrnj!mirror!ima!johnl From: johnl@ima.UUCP Newsgroups: mod.compilers Subject: portable code generator needed Message-ID: <447@ima.UUCP> Date: Fri, 16-Jan-87 11:05:37 EST Article-I.D.: ima.447 Posted: Fri Jan 16 11:05:37 1987 Date-Received: Sat, 17-Jan-87 01:48:30 EST Sender: johnl@ima.UUCP Reply-To: harvard!columbia!ibm.com!dfb Lines: 28 Approved: compilers@ima.UUCP 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]