Continuation of the lecture "Code optimization in production compilers". We expect knowledge of the SSA form and basic scalar opitmizations using it. We will discuss advanced topics including loop optimization
(autoparalelization and vectorization), code generation, register allocation, scheduling etc.