Garbage collection handling in Android ART

1000 Views Asked by At

With Kitkat release, Android supports Android Run Time(ART) in addition to the Dalvik VM. In ART, the java code is compiled to native code during installation instead of the JIT performed in case of Dalvik VM. I am not able to figure out the component that handles the Garbage Collection functions of a JVM. If you have a sure idea of how it is done, share it with the community.

0

There are 0 best solutions below