
Roman Artemev
Syntacore
ART — Android Runtime — is a virtual machine in Android OS in which user applications are executed. ART can be thought of as a mobile device-centric implementation of the JVM with its inherent limitations, including memory management and garbage collection. In the Android ecosystem, it executes programs in JVM languages such as Java and Kotlin, and has a number of differences from OpenJDK. Unfortunately, this topic is still poorly covered, so in my talk I propose to delve into the peculiarities of this equally interesting world.
Syntacore