My "stock" moto droid gets 4.5
OG Droid w/ Pete's GPA16 w/ stock Kernel using auto OC script. (retired)
LG G2X w/ rooted 2.3.3 leak.
It's OK for your Droid to be different. Just be supportive and reassuring and it will do just fine. It's when you or other people point at it or mock it for being different is when its' feelings get hurt. Just show it unconditional love regardless of its' differences and it will in turn reciprocate that love and loyalty.
That's a huge speed increase but believe me, JIT makes a huge difference when it comes to java. I remember working on some fancy java applets several years ago. As soon as JIT-enabled VMs came out for browsers, the speed of these applets went from annoyingly clunky to blazing fast. JIT makes a very big difference. I don't know about 5x faster, but it is noticeable whatever it is. Very exciting!
Then a question. If an application has to be compiled to use it then can we assume that the Linpack benchmark is? Otherwise that statement holds no water. Next question is IF that statement is indeed true and the app. has to be compiled to take advantage of JIT. If JIT is not present on a device will the app. still run?
OG Droid w/ Pete's GPA16 w/ stock Kernel using auto OC script. (retired)
LG G2X w/ rooted 2.3.3 leak.
It's OK for your Droid to be different. Just be supportive and reassuring and it will do just fine. It's when you or other people point at it or mock it for being different is when its' feelings get hurt. Just show it unconditional love regardless of its' differences and it will in turn reciprocate that love and loyalty.
Yes, Linpack has been compiled to use it. Even Google devs have admitted that there are no real world applications outside of benchmark apps that can test it.
I'm very noob when it comes to Java, but I'm pretty sure if JIT is not present for a JIT enabled app, it will fallback to other compilers.