Do we really need virtual machines?

Nicola.Musatti@ObjectWay.it (Nicola Musatti)
2 Oct 2004 01:17:26 -0400

          From comp.compilers

Related articles
Do we really need virtual machines? Nicola.Musatti@ObjectWay.it (2004-10-02)
Re: Do we really need virtual machines? samiam@moorecad.com (Scott Moore) (2004-10-02)
Re: Do we really need virtual machines? dobes@dobesland.com (Dobes Vandermeer) (2004-10-02)
Re: Do we really need virtual machines? Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2004-10-02)
Re: Do we really need virtual machines? basile-news@starynkevitch.net (Basile Starynkevitch \[news\]) (2004-10-04)
Re: Do we really need virtual machines? joanpujol@gmail.com (Joan Pujol) (2004-10-04)
Re: Do we really need virtual machines? samiam@moorecad.com (Scott Moore) (2004-10-04)
[14 later articles]
| List of all articles for this month |

From: Nicola.Musatti@ObjectWay.it (Nicola Musatti)
Newsgroups: comp.compilers
Date: 2 Oct 2004 01:17:26 -0400
Organization: http://groups.google.com
Keywords: VM, question
Posted-Date: 02 Oct 2004 01:17:26 EDT

Hallo,
According to their proponents virtual machines such as JVM and CLR are
the solution to all our (programming) problems, of which portability
is but one.


Maybe it's just because when I learnt programming the p-machine was
considered an interesting oddity, but with the exception of code that
really must run unchanged on unknown platforms, I fail to see what do
I gain from a virtual machine that I don't already get from a good old
compiler/runtime support/standard library chain.


After all, isn't gcc the most ported virtual machine of all?


Now, this being the compiler forum, I'm interested in learning about
the advantages of virtual machines from the compiler writer
perspective.


Thank you,
Nicola Musatti


Post a followup to this message

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