Performance and Memory Improvements in Android Runtime - ART
Offered By: Android Developers via YouTube
Course Description
Overview
Explore recent performance and memory improvements in the Android Runtime (ART) in this Google I/O '17 conference talk. Dive into the new concurrent copying garbage collector based on read barriers, which reduces pause times and heap sizes. Learn about advancements in ahead-of-time (AOT) and just-in-time (JIT) compilers, including Class Hierarchy Analysis for reducing virtual call overhead, induction variable analysis, loop optimization, and vectorization for SIMD instructions. Discover a range of optimizations specifically designed to enhance Android application performance. Witness the impact of these improvements through real-life benchmark and application performance demonstrations. Gain valuable insights into ART's evolution and its significance for Android developers.
Syllabus
Intro
Recap
Garbage Collector
Optimizations
Loop Optimizations
Case Study
Taught by
Android Developers
Related Courses
Heterogeneous Parallel ProgrammingUniversity of Illinois at Urbana-Champaign via Coursera Advanced Operating Systems
Georgia Institute of Technology via Udacity 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera Introduction to Operating Systems
Georgia Institute of Technology via Udacity Android Performance
Google via Udacity