Re: Stack based machines

"Deepak Janardhanan" <dxj@mnsinc.com>
25 Mar 2000 02:39:20 -0500

          From comp.compilers

Related articles
Stack based machines thand@pmail.net (Linus Thand) (2000-03-23)
Re: Stack based machines plakal@cs.wisc.edu (2000-03-23)
Re: Stack based machines dvdeug@x8b4e53cd.dhcp.okstate.edu (2000-03-25)
Re: Stack based machines pieter@cs.kun.nl (Pieter Koopman) (2000-03-25)
Re: Stack based machines galexand@sietch.bloomington.in.us (2000-03-25)
Re: Stack based machines bonzini@my-deja.com (2000-03-25)
Re: Stack based machines gneuner@dyn.com (2000-03-25)
Re: Stack based machines dxj@mnsinc.com (Deepak Janardhanan) (2000-03-25)
Re: Stack based machines koopman@cmu.edu (Philip Koopman) (2000-03-25)
Re: Stack based machines Keith@wootten.demon.co.uk (Keith Wootten) (2000-03-28)
Re: Stack based machines bpaysan@mikron.de (Bernd Paysan) (2000-03-28)
Re: Stack based machines dxj@mnsinc.com (Deepak Janardhanan) (2000-03-28)
| List of all articles for this month |

From: "Deepak Janardhanan" <dxj@mnsinc.com>
Newsgroups: comp.compilers,comp.arch
Date: 25 Mar 2000 02:39:20 -0500
Organization: None
References: 00-03-101 00-03-124
Keywords: architecture, comment

<plakal@cs.wisc.edu> wrote in message news:00-03-124@comp.compilers...
> Linus Thand <thand@pmail.net> wrote:
> > What is happening in the world of stack-based machines?
> > Are there any active groups working on processors or
> > compilers (I'm especially interested in functional languages).
> >
>> [Other than forth, not much I'm aware of. Registers give an architecture
>> a big performance boost, and it's hard to fake that by caching to top of
>> the stack. -John]


One stack architecture that is alive and doing well is the entire
Unisys Clearpath NX server line. These implementation is based on an
specification known as e-mode the latest that being e-mode Delta.
This architecture was developed to support ALGOL and its
extensions. Those in the know will be struck by the similarities
between the JVM and E-mode. If implemented right the JVM on NX
servers could be tremendously fast.


Deepak
[Oh, right, the ex-Burroughs machines. Considering that the underlying
architecture is close to 40 years old, it's pretty decent. -John]


Post a followup to this message

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