Eli Mellen
09/13/2023, 12:08 PMIt covers universal compilers topics like intermediate representations, data flow, and “classic” optimizations as well as more research-flavored topics such as parallelization, just-in-time compilation, and garbage collection. The work consists of reading papers and open-source hacking tasks, which use LLVM and an educational IR invented just for this class.
Walker Griggs
09/13/2023, 9:11 PMBeni Cherniavsky-Paskin
09/14/2023, 6:45 PM