For those that are java aware, JIT is basically a runtime compilation and management framework that is at least from my firmware V1 now fully enabled and running.
To enable on your scroll
Add the following line without any quotes.
dalvik.vm.execution-mode=int:jit
in /system/build.prop
Then reboot.
For the none techies, here's a nice quote from; http://www.taranfx.com/android-internal ... z1IrNW0FVJ
the time when Android 2.1 was getting ready for release, JIT was all in there ready for the showtime. But for some unknown reasons, it was disabled, just a switch away from 2x – 4x times performance boost. But question is why wasn’t it unveiled at that moment. I could be wrong, though was in good-enough shape, it seemed like more of a marketing strategy.
Read more: http://www.taranfx.com/android-internal ... z1IrQcUEDc
As for me; The scroll is now much snappier in some apps such as gallery and various games. In fact I'd go as far as saying it's now very useable above and beyond the usual little hacks and mods.