Re: [android-developers] Re: Variable instruction counts of Android applications

2011-10-02 Thread Jack Harvard
Using a simulator, boot Android and then run the application. On 2 Oct 2011, at 15:06, Kristopher Micinski wrote: > How are you calculating the number of instructions? > > Kris > > On Sun, Oct 2, 2011 at 7:16 AM, Jack Harvard wrote: >>> Some of it is mirrored on github, but even if you read da

Re: [android-developers] Re: Variable instruction counts of Android applications

2011-10-02 Thread Kristopher Micinski
How are you calculating the number of instructions? Kris On Sun, Oct 2, 2011 at 7:16 AM, Jack Harvard wrote: >> Some of it is mirrored on github, but even if you read dalvik, finding >> the answer to this question might take a long time (because it's just >> plain complicated to understand the s

[android-developers] Re: Variable instruction counts of Android applications

2011-10-02 Thread Jack Harvard
> Some of it is mirrored on github, but even if you read dalvik, finding > the answer to this question might take a long time (because it's just > plain complicated to understand the source.) Any better approaches to get answers? Any Dalvik developers/Google Android Framework engineers here? --