Re: Help me!! Why java is so popular



raddog58c wrote:
On Feb 11, 12:22 am, Lew <l...@xxxxxxxxxxxxxxxxxxxx> wrote:
Because JVM optimizations are global and dynamic, whereas compile-time
optimizations are more local and static, the JVM may actually achieve
significantly better performance because it follows different analysis paths.
This could, and according to what I've read, does achieve far better
performance than "C optimally compiled" code.

Fair enough, but the key words are "may" and "could" -- often they
will not,

We are impressed by your argumentation technique.

You are basically arguing that "Java is slow because it is slow".

Arne
.



Relevant Pages

  • Re: Help me!! Why java is so popular
    ... optimizations are more local and static, the JVM may actually achieve ... analysis paths. ... We are impressed by your argumentation technique. ...
    (comp.lang.java.programmer)
  • Re: Inline compilation / HotSpot
    ... from performing these kinds of optimizations? ... The "binary compatibility stuff" is basically how the dynamic nature of the JVM ... "remember that classfiles can change between compile time and runtime", ...
    (comp.lang.java.programmer)
  • Re: Inline compilation / HotSpot
    ... from performing these kinds of optimizations? ... JIT compile a method BigBarand detects that a certain method ... SmallFoois worth inlining into BigBar(), ... at any moment of time the JVM can make whatever assumptions ...
    (comp.lang.java.programmer)
  • Re: SQL Stored Procedure
    ... There are some optimizations available. ... to replace the optimised 64-bit JVM with a cross-platform 32-bit one. ... get into Java printing, and end-of-day processes are still usually ... better as COBOL batches than procedural Java. ...
    (comp.sys.ibm.as400.misc)