Re: P-Code and virtual machines

rau@slapshot.pa.dec.com (Larry Rau (Migration Software))
Tue, 5 Apr 1994 21:26:26 GMT

          From comp.compilers

Related articles
P-Code and virtual machines ghmilmei@iiic.ethz.ch (1994-03-23)
Re: P-Code and virtual machines pardo@cs.washington.edu (1994-03-25)
Re: P-Code and virtual machines koopman@casun2.res.utc.com (1994-03-28)
Re: P-Code and virtual machines rau@slapshot.pa.dec.com) (1994-04-05)
Re: P-Code and virtual machines pardo@cs.washington.edu (1994-04-08)
| List of all articles for this month |

Newsgroups: comp.compilers
From: rau@slapshot.pa.dec.com (Larry Rau (Migration Software))
Keywords: C, architecture
Organization: Migration Software
References: 94-03-137 94-03-164
Date: Tue, 5 Apr 1994 21:26:26 GMT

> procedural language? I have experience with stack machines and they
> seem inappropriate for e.g., C.]


Isn't the AT&T chip a stack architecture! It was designed to run C
programs after much analysis of C programs. It was determined that C
programs relied on function calls enough that implementing a stack
machine with a large number of registers dedicated to acting like a
stack would improve performance.


I read an article about the Hobbit chip a while back, am I wrong on
this? Anyone have real experience on the Hobbit?


........larry
--


Post a followup to this message

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