Re: Java (bytecode) execution speed
- From: Christian <fakemail@xxxxxx>
- Date: Mon, 30 Apr 2007 19:35:13 +0200
Kai Schwebke schrieb:
Lee schrieb:Is there any interpretation going on today in the jvm or is simply
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
everything compiled to machinecode just in time before execution?
.
- Follow-Ups:
- Re: Java (bytecode) execution speed
- From: Chris Smith
- Re: Java (bytecode) execution speed
- From: JT
- Re: Java (bytecode) execution speed
- References:
- Java (bytecode) execution speed
- From: Lee
- Re: Java (bytecode) execution speed
- From: Lee
- Re: Java (bytecode) execution speed
- From: Kai Schwebke
- Java (bytecode) execution speed
- Prev by Date: Re: Accessing a protected variable of PreparedStatement
- Next by Date: Re: Java (bytecode) execution speed
- Previous by thread: Re: Java (bytecode) execution speed
- Next by thread: Re: Java (bytecode) execution speed
- Index(es):
Relevant Pages
|