Certainly not. Actually the java code is compiled to machine code at
runtime. This is slower than precompiling, but the compiled code can run
faster than its precompiled counterpart, because the runtime machine
will have information about how often a certain part of the code is
called, and those calls can be made inline. Running inline code is much
faster than procedure calls.
Bert
Erik Sandberg írta:
On Saturday 09 December 2006 10:27, Bertalan Fodor wrote:
Well, what is extremely important: development time is so little in Java
and with JEdit (compared to any alternatives), that I won't change this
platform. The price is that it will remain slow if you don't have much
memory in the machine.
I'm not a java expert, but wouldn't it get a lot faster if you compiled
everything to native machine code (using gcj, for instance)?
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user