Java (bytecode) execution speed
- From: Lee <Lee@xxxxxxxxxxxx>
- Date: Sun, 29 Apr 2007 14:25:25 -0400
All other things being equal, we expect an interpreted language to run a bit slower than native machine code.
I understand that in the beginning, the earliest version of the JVM was
perceived to be demonstrably slower than a coresponding C program; but that more recent versions have impreved coniderably.
Whats the current state of the art? Would we expect a java program to run at 0.5 * the speed of C, or 0.7 or 0.9 or what?
Obviously it all depends on what you're doing and how you're doing it, but still, there must be some rough rule of thumb as to what's a reasonable expectation for how by Java program should run compared to the equivalent C routine.
I'm asking programmers, rather than the "announcement/advocacy" groups in the hopes you will have a more realistic idea of how things actually work under the sphere of the moon.
.
- Follow-Ups:
- Re: Java (bytecode) execution speed
- From: Lee
- Re: Java (bytecode) execution speed
- From: Arne Vajhøj
- Re: Java (bytecode) execution speed
- From: Chris Smith
- Re: Java (bytecode) execution speed
- Prev by Date: Re: Free Legal Advice
- Next by Date: Re: Java (bytecode) execution speed
- Previous by thread: Re: Free Legal Advice
- Next by thread: Re: Java (bytecode) execution speed
- Index(es):
Relevant Pages
|