How does Google App Engine precompile Java ?
- by Thilo
App Engine uses a "precompilation" process with the Java bytecode of an app to enhance the performance of the app in the Java runtime environment. Precompiled code functions identically to the original bytecode.
Is there any detailed information what this does?