Hi all , I have 2 question about the JIT compiler on Android Froyo list below :
1. Does anyone know where is the code for interpreter to a) invoke the JIT'ed code b) return from JIT'ed code I have trace the code of interpreter for a long time , but still cannot find the (a) part , 2. According to the slide about JIT compiler from GOOGLE I/O 2010 , there are trace JIT and method JIT when we are in different situation , I want to test my App and run in the method JIT mode on emulator (using Froyo with JIT enabled system image ). but inside the code I found that there is no transition point to force the JIT style change from trace to method . I have try to manually set the WorkOrderKind to method (default is trace ) when the JIT compiler enqueues a CompileWorkOrder but the result is emulator crash. Is there anybody know why ? Thanks. -- 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

