| |
| | SE Using Java, 2nd Edition -- Chapter 39 |
 | | Fortunately, existing JIT compilers compile very quickly, and even with medium size applets (3,000 lines of Java source code or 60K of bytecode), the startup time is not obviously longer with the JIT compiler than it is with the interpreter. |
 | | To minimize JIT compilation time, as many optimizations as possible should be made before the class file is generated. |
 | | Due to their longer download time, the associated graphics are usually cached blindly (for example, without checking for changes on the server) for a much longer period of time. |
| medialab.di.unipi.it /doc/UsingJava/39javafi.htm (3510 words) |
|