Read a paper: The LLVM Compilation Framework

preview_player
Показать описание
C. Lattner and V. Adve, "LLVM: a compilation framework for lifelong program analysis & transformation," International Symposium on Code Generation and Optimization, 2004. CGO 2004., 2004, pp. 75-86, doi: 10.1109/CGO.2004.1281665.

👉 Some related papers

Рекомендации по теме
Комментарии
Автор

Awesome. Please continue doing whatever you're doing. One improvement could be short explanation on non-trivial core ideas. for example offline code generation doesn't really give any results when googled.

dorcohen
Автор

Wow.
If I understood correctly, does one get information about intermediate states of the VM, and *then* use those intermediate states as initial states for another run of the VM? :O

luisvasquez