On Jun 13, 7:49 am, Horia <[EMAIL PROTECTED]> wrote: > My concern is that when large, resource consuming and highly object- > oriented applications will be written for the Android platform we will > see an unacceptable slowness and the platform will become > unresponsive.
You really shouldn't be running large, resource-consuming applications on a phone, in general, independent of whether it is written in Java. I know from experience that you need to be very careful when writing C+ + for these environments to make sure it is actually efficient, not much different than writing Java code. Anyone coming at this environment with any kind of expectation of things being like the desktop world in this regard is going to be in for a rude surprise. > I was asking about performance in the first place because I'm working > on a project that aims to provide some kind of Java hardware > acceleration. To be more specific our hardware interpreter could > replace the slow software interpreter. Out results so far are > encouraging: 1000% - 2000% speed increase factors over the currently > JIT or hardware (Jazelle) solutions. We don't run Java code, so Java hardware acceleration is not going to help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---
