Related articles |
---|
code generation malal884@student.liu.se (2002-01-24) |
Re: code generation idbaxter@semdesigns.com (Ira D. Baxter) (2002-01-28) |
Re: code generation boesler@ipd.info.uni-karlsruhe.de (Boris Boesler) (2002-01-28) |
Re: code generation abate@students.cs.unibo.it (Pietro) (2002-01-28) |
Re: code generation casse@netcourrier.com (=?ISO-8859-15?q?=22Cass=E9=.Hugues@free.fr) (2002-02-06) |
code generation vri@navigator.lv (Viesturs Rikards) (2004-11-14) |
Re: code generation torbenm@diku.dk (2004-11-17) |
Code generation mcvax!ruuinf!piet@uunet.uu.net (1989-02-14) |
From: | =?ISO-8859-15?q?=22Cass=E9=.Hugues@free.fr <casse@netcourrier.com> |
Newsgroups: | comp.compilers |
Date: | 6 Feb 2002 23:39:05 -0500 |
Organization: | Guest of ProXad - France |
References: | 02-01-112 |
Keywords: | code |
Posted-Date: | 06 Feb 2002 23:39:05 EST |
For classical informations about generic code generator, you should
take a look a the Dragon book, such called "Compiler - principles,
techniques and tools" by Aho, Sethi, Ullmann. They show a method for
reducing AST with patterns associated with machine instruction which
may be automated using an LALR parser lake yacc. By computing the
produced code efficiency, choice may be done for getting the best code
generation.
"malal884" <malal884@student.liu.se> a écrit :
> We are working on our master thesis about code generation. We are
> searching for a code generation method. The method should be general and
> translate from one high level language to another high level language.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.