top of page

Demystifying the Compose Runtime & Compiler

Starts:
25. Juni 2025 um 10:15:00
Ends:
25. Juni 2025 um 10:55:00
Status:
Accepted

The Jetpack Compose runtime and compiler together form the driving force of your composable functions’ execution and recomposition. This talk will unpack the black box of this duo and examine what magic is actually happening under the hood. Together, we will walk through a real-world example of a Composable function as it embarks on a journey through its initial composition and its first recomposition.

In this talk, you will learn about the compiler’s role in transforming your composable function bodies, how the snapshot system invalidates your composition, how the runtime computes and applies the changes of a recomposition, and what a SlotTable is. Together, this knowledge will help make Compose feel less like magic and let you make more informed decisions about how to design your composable functions with performance in mind.

Speakers

Movie Star

Andrew Bailey

Software Engineer at Google

bottom of page