Re: Java (bytecode) execution speed



Kai Schwebke schrieb:
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
Is there any interpretation going on today in the jvm or is simply
everything compiled to machinecode just in time before execution?
.



Relevant Pages

  • Re: Java (bytecode) execution speed
    ... language and thats as "low" as you could go. ... 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 ...
    (comp.lang.java.programmer)
  • RE: UserControl public child Control does not change child Name to match UserControl Name in Designe
    ... I have done some research into your sample project, ... It seems that after we modified the usercontrol's name, the child groupbox ... But while processing the first compilation, ... time compilation will have no problem. ...
    (microsoft.public.dotnet.framework.windowsforms.designtime)
  • Re: A Test Generator for Assemblers
    ... code in order to test a little disassembler engine I've been working ... on a AMD 1800+ with 256 mega of ram. ... Cause thats the longest 0.8 seconds I ever experienced.... ...
    (alt.lang.asm)