Re: Native Code Generation from Abstract Stack

Nils M Holm <nmh@t3x.org>
11 Mar 2004 12:44:46 -0500

          From comp.compilers

Related articles
Re: Native Code Generation from Abstract Stack nmh@t3x.org (Nils M Holm) (2004-03-11)
| List of all articles for this month |

From: Nils M Holm <nmh@t3x.org>
Newsgroups: comp.compilers
Date: 11 Mar 2004 12:44:46 -0500
Organization: Compilers Central
Keywords: architecture, code
Posted-Date: 11 Mar 2004 12:44:46 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


You may have a look at the T3X compiler back end. It translates
virtual stack machine code directly to {386,8086,Alpha} assembly
language and 8086 native code (DOS/EXE format). A stack code
optimizer is included in the package as well.


URL: http://www.t3x.org/T3X/compilers.html


Nils.


--
Nils M Holm <nmh@t3x.org> -- http://www.t3x.org/nmh/



Post a followup to this message

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