Sunday, November 4, 2012

What is JIT Complier

JIT  is stand for just in time compiler it is used to increase the  performance.JIT compile part of bytecode at the same time that have same functionality  thus reduce the time needed for the compilation of the code.

No comments:

Post a Comment