Re: Java (bytecode) execution speed
- From: Kai Schwebke <realfreejack75@xxxxxxxx>
- Date: Mon, 30 Apr 2007 19:12:04 +0200
Lee schrieb:
My problem is that in my conception, when it is a question of running a
virtual machine, the "compilation" would be to that vm's "machine"
language and thats as "low" as you could go.
What have I got wrong?
In the end the code does not run on the vm, but on the real machine.
A runtime with "just in time compilation" compiles the virtual machine
code to real, machine dependent code much like a compiler would do.
Kai
.
- Follow-Ups:
- Re: Java (bytecode) execution speed
- From: Christian
- Re: Java (bytecode) execution speed
- References:
- Java (bytecode) execution speed
- From: Lee
- Re: Java (bytecode) execution speed
- From: Lee
- Java (bytecode) execution speed
- Prev by Date: Re: generics "erasure" doubt
- Next by Date: Re: Annotations and generic programming
- Previous by thread: Re: Java (bytecode) execution speed
- Next by thread: Re: Java (bytecode) execution speed
- Index(es):
Relevant Pages
|