
139
Building your own sandBox
compiled le, named OAT (as we have said until now, they are ODEX
les). Of course, Google has facilitated the code to compile and pass
along the code if desired.
e main dierence between the old Dalvik and the new ART is
in the old virtual machine execution, which interprets the code at the
same time it starts the application. In return, ART is AOT (ahead-
of-time), that is it begins a precompilation to install the application,
therefore, this execution does not require as much data load as before,
and entails starting an application, which will be produced in less
time. Moreover, the rst tests realized by developers ...