Re: Why Virtual Machines? (was: C++ -> Java VM compiler)

bothner@cygnus.com (Per Bothner)
7 Feb 1997 23:30:01 -0500

          From comp.compilers

Related articles
[4 earlier articles]
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) jhummel@esp.ICS.UCI.EDU (Joe Hummel) (1997-01-30)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) haahr@netcom.com (1997-02-02)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) nr@adder.cs.virginia.edu (Norman Ramsey) (1997-02-02)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) Bronikov@srv2.ic.net (Dmitri Bronnikov) (1997-02-02)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) apalanis@students.uwf.edu (1997-02-03)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) robison@kai.com (Arch Robison) (1997-02-03)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) bothner@cygnus.com (1997-02-07)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) haahr@netcom.com (1997-02-07)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) markt@harlequin.co.uk (1997-02-07)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) robison@kai.com (Arch Robison) (1997-02-11)
Re: Why Virtual Machines? (was: C++ -> Java VM compiler) gah@u.washington.edu (1997-02-22)
| List of all articles for this month |

From: bothner@cygnus.com (Per Bothner)
Newsgroups: comp.compilers
Date: 7 Feb 1997 23:30:01 -0500
Organization: Cygnus Support, Mountain View, CA
References: <01bbfca0$a284a6f0$041b6682@tecel> 97-01-139 97-01-225 97-02-031
Keywords: architecture, Java

>Quite the opposite. The Java VM does define object reference size:
>it's 32 bits.


The VM has a concept of a word, where a word has to be big
enough either for a 32-bit int or an object reference.
It does not follow than an object reference has to be 32 bits.
--
--Per Bothner
Cygnus Solutions bothner@cygnus.com http://www.cygnus.com/~bothner
--


Post a followup to this message

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