18 lines
637 B
Markdown
18 lines
637 B
Markdown
|
# LLVM helyett
|
||
|
|
||
|
Az LLVM baromi nagy és bloated (persze jó sok optimalizációt tud)...
|
||
|
|
||
|
Ezt a QBE-t találtam, ami ezred akkora, de közel 25-70% olyan gyors.
|
||
|
|
||
|
Még jobb: Az IL köztes reprezentáció igazából szöveges!!!
|
||
|
|
||
|
# Linkek
|
||
|
|
||
|
https://www.youtube.com/watch?v=JTjNoejn4iA
|
||
|
https://github.com/DoctorWkt/acwj/blob/master/63_QBE/Readme.md
|
||
|
https://c9x.me/compile/docs.html
|
||
|
https://c9x.me/compile/doc/il.html
|
||
|
https://archive.fosdem.org/2022/schedule/event/lg_qbe/attachments/slides/4878/export/events/attachments/lg_qbe/slides/4878/qbe.pdf
|
||
|
https://c9x.me/compile/bib/
|
||
|
https://github.com/tsoding/qbe-notes
|