Java Performance


BlueGreen

Still Fresh
Joined
Sep 2, 2010
Messages
6
Since the Pandora has an ARM CPU I'm kind of wondering how well the Pandora can handle running Java applications. I know most modern ARM CPUs support running some Java bytecodes natively for a performance boost, but from personal experience and some additional reading, I've found that there are sometimes barriers such as incomplete implementations or even liscencing issues (like with the N800 <_< ). Does the Pandora have this capability and how well does it work?
 
The latest ARM CPUs (Cortex-A8) don't support executing Java natively in any capacity. Interest in such a feature died out. ARM promotes good JITers instead, and offers a few features to help improve generated code quality.
 
Back
Top