How does Google App Engine precompile Java ?

Posted by Thilo on Stack Overflow See other posts from Stack Overflow or by Thilo
Published on 2010-03-08T01:06:31Z Indexed on 2010/03/08 1:18 UTC
Read the original article Hit count: 923

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine