Re: Native Code Generation from Abstract Stack Machine

"Alex McDonald" <alex_mcd@btopenworld.com>
2 Mar 2004 11:02:03 -0500

          From comp.compilers

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)
[1 later articles]
| List of all articles for this month |

From: "Alex McDonald" <alex_mcd@btopenworld.com>
Newsgroups: comp.compilers
Date: 2 Mar 2004 11:02:03 -0500
Organization: BT Openworld
References: 04-02-179
Keywords: optimize, architecture
Posted-Date: 02 Mar 2004 11:02:03 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.


Anton Ertl's site at http://www.complang.tuwien.ac.at/projects/forth.html
contains a lot of information about code gen and optimisation based on 2
stack machines (Forth, not too abstract I hope) and Java. There are other
highly optimising Forth code generators out there;
http://www.mpeltd.demon.co.uk being one company with their VFX Forth
compiler.


--
Regards
Alex McDonald



Post a followup to this message

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