Re: complex instruction set compiler

David Chase <chase@naturalbridge.com>
15 Mar 1998 15:55:34 -0500

          From comp.compilers

Related articles
complex instruction set compiler vjain@ececs.uc.edu (Vipin Jain) (1998-03-15)
Re: complex instruction set compiler ian@five-d.com (1998-03-15)
Re: complex instruction set compiler chase@naturalbridge.com (David Chase) (1998-03-15)
Re: complex instruction set compiler Eric.Hildum@Japan.NCR.COM (Eric Hildum) (1998-03-18)
Re: complex instruction set compiler richard@cogsci.ed.ac.uk (1998-03-18)
Re: complex instruction set compiler tmoog@mcs.net (Tom Moog) (1998-03-20)
Re: complex instruction set compiler jan@mailhost.neuroinformatik.ruhr-uni-bochum.de (Jan Vorbrueggen) (1998-03-20)
| List of all articles for this month |

From: David Chase <chase@naturalbridge.com>
Newsgroups: comp.compilers,comp.arch,comp.compilers.tools.pccts
Date: 15 Mar 1998 15:55:34 -0500
Organization: Natural Bridge LLC
References: 98-03-144
Keywords: architecture, code

> I m looking for a rich complex instruction set which has a code
> generator (or code generator generator ) to go along with it. It would
> be excellent if the system has an interpreter to interpret the complex
> instruction set to run it on a standard architecture eg. SPARC .


Sounds like lcc might be a good choice. I'm not instantly familiar
with the code generator in the current version (does it have
dynamically or statically computed costs?) but it targets a number of
architectures, and tree patterns are flexible even with static costs.


--
David Chase, chase@world.std.com
--


Post a followup to this message

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