Android devices not having JIT
问题 i was following the Performance Tips through the developer site. There mentions about android devices that don't have a JIT. But i searched for jit-less devices but could not find a broad list. There are also huge differences between devices with and without a JIT: the best code for a device with a JIT is not always the best code for a device without. or On devices without a JIT, it is true that invoking methods via a variable with an exact type rather than an interface is slightly more