Has anyone checked this out? <CS 6120: Advanced Co...
# linking-together
e
Has anyone checked this out? CS 6120: Advanced Compilers: The Self-Guided Online Course
It 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.
w
I haven't, but my eyes are always bigger than my calendar for these types of courses.
b
On the dynamic/managed languages side, I've started watching https://www.wolczko.com/CS294/ lectures. It assumes some background in "naive" language implementation and goes into more complicated tricks that advanced the performance state of the art. In several languages he invited authors of seminal work as guests, which is great and gives a vibe that I think this community appreciates :-)