JIT stands for "Just-in-time compilation", a translation for Java bytecode into native processor code, thus improving CPU effectiveness.
Until Android 2.2, Dalvik virtual machine had no official JIT.
There is an unofficial
JIT update for i5700, though it's in alpha stage and causes occasional reboots.
Bookmarks