Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers register allocation, the process of transforming a program using virtual registers into one using physical machine registers. Techniques such as graph coloring and linear scan allocation are discussed, along with spilling strategies and their integration. The lecture also delves into CPS/L3 concepts like contification and contifiable subsets.