Related articles |
---|
Native Code Generation from Abstract Stack Machine kevin@albrecht.net (Kevin Albrecht) (2004-02-27) |
Re: Native Code Generation from Abstract Stack Machine alex_mcd@btopenworld.com (Alex McDonald) (2004-03-02) |
Re: Native Code Generation from Abstract Stack Machine m.dentico@no-spam.it (Massimo Dentico) (2004-03-02) |
Re: Native Code Generation from Abstract Stack Machine bill@qswtools.com (Bill Cox) (2004-03-06) |
Re: Native Code Generation from Abstract Stack Machine peter@javamonkey.com (Peter Seibel) (2004-03-06) |
Re: Native Code Generation from Abstract Stack Machine peter@javamonkey.com (Peter Seibel) (2004-03-11) |
Re: Native Code Generation from Abstract Stack Machine samiam@moorecad.com (Scott Moore) (2004-03-11) |
Re: Native Code Generation from Abstract Stack Machine eliotm@pacbell.net (Eliot Miranda) (2004-03-11) |
Re: Native Code Generation from Abstract Stack Machine bonzini@gnu.org (2004-03-19) |
From: | "Massimo Dentico" <m.dentico@no-spam.it> |
Newsgroups: | comp.compilers |
Date: | 2 Mar 2004 11:15:14 -0500 |
Organization: | NGI SpA - www.ngi.it |
References: | 04-02-179 |
Keywords: | optimize |
Posted-Date: | 02 Mar 2004 11:15:14 EST |
"Kevin Albrecht" <kevin@albrecht.net> wrote:
> I am looking for research or implementations on how to generate
> efficient machine code from abstract stack machines. It seems like
> most resources on machine code generation from intermediate languages
> focuses on translation from register-based intermediate languages.
In case you are interested about native code generation of
stack-based VMs (Virtual Machines) I suggest to have a look
to the work of Anton Ertl
http://www.complang.tuwien.ac.at/anton/home.html
in particular Compiler Back-End Research
http://www.complang.tuwien.ac.at/projects/backends.html
the papers about Forth native code generation.
Regards.
--
Massimo Dentico
Return to the
comp.compilers page.
Search the
comp.compilers archives again.