lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond and editors


From: Bertalan Fodor
Subject: Re: lilypond and editors
Date: Tue, 12 Dec 2006 15:53:13 +0100
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

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)?







reply via email to

[Prev in Thread] Current Thread [Next in Thread]