One tip...
You can also check the current execution mode of Dalvik in your phone
with below method easily.
android$> getprop dalvik.vm.execution-mode [enter]


On 2월14일, 오전8시20분, "Lim,GeunSik" <[email protected]> wrote:
> Recently, I wondered about the status of JIT compiler  support  for
> the high performance
> on lated Android like ICS(4.0.3).
>
>  * Without JIT:
>     / mnt / sdcard / build.prop following information has been added
> to the file, or
>     If you do not have any information that would be JIT Compiler
> Disable.
>       dalvik.vm.execution-mode = int: fast lines, or
>      dalvik.vm.execution-mode = *** if you do not have line
>
>  * With JIT:
>     / mnt / sdcard / build.prop files have been added the following
> information, if
>     Enable Your phone is a JIT Compiler will.
>     dalvik.vm.execution-mode = int: jit
>
>  Now, I just verified the JIT status of my Android phones in use.
> When I checked the status of JIT compiler support by default,
> JIT compiler is disabled in my phone based Gingerbread.
>
>  JIT Compiler is not being used actually, did any others?
>  Are you using the Android phone including JIT compiler by default?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to