Introduction To LLVM

preview_player
Показать описание
This is my talk presented at FOSDEM 18.

Thank you for your attention and feedback!

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

Basic but it gave a whole picture of LLVM. I think such a simple session really helps people start to see the power of LLVM. As a people who know a little of Compiler also has some background of ASM, all the thought are very similar. Nice work

billyean
Автор

Thanks for the talk and resources you shared in the end! :)

abiduzair
Автор

Hello mike;
If we have an source code named code.txt by language named Lang so always there a injection function that map code.txt to code.01 so
So : Set{text} define Lang(text code.txt) ————> Set{01}, element is unique machine code named code.01; but if we going to make inverse function
From Set{01} to Set{text, Lang} we get many code;
We need reverse function of syntax, data_struct, hardware, … to map these thing.
I m not CS, but i try to calculate the probability of generation reverse code, My next project.

__hannibaal__