porting a compiler to a new architecture

<mathai@ecf.toronto.edu>
9 Mar 1999 11:49:18 -0500

          From comp.compilers

Related articles
porting a compiler to a new architecture mathai@ecf.toronto.edu (1999-03-09)
Re: porting a compiler to a new architecture albaugh@agames.com (1999-03-10)
Re: porting a compiler to a new architecture jsgray@acm.org (Jan Gray) (1999-03-22)
Re: porting a compiler to a new architecture hawa@celsiustech.se (Hans Walheim) (1999-03-22)
Re: porting a compiler to a new architecture nr@labrador.cs.virginia.edu (Norman Ramsey) (1999-03-28)
| List of all articles for this month |

From: <mathai@ecf.toronto.edu>
Newsgroups: comp.compilers
Date: 9 Mar 1999 11:49:18 -0500
Organization: University of Toronto, Engineering Computing Facility
Keywords: question, comment

Hi,
I'm designing a RISC CPU for fun, and wanted to know how difficult it
would be to port a compiler like gcc to generate code (non-optimized is
fine) for my machine? I'm ignorant of compilers, but can learn .. I'd just
like to assess how difficult it would be.


Thanks
[One RISC is pretty much like another for a straightforward code generator,
so I'd think you should be able to get a limping version of lcc in a week
or two. -John]


Post a followup to this message

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