meow
Some checks are pending
test / test (push) Waiting to run

This commit is contained in:
nora 2025-09-29 21:22:21 +02:00
parent d57e076267
commit 97b2f2c4be
2 changed files with 37 additions and 2 deletions

View file

@ -18,7 +18,6 @@
- resolve, typecheck
- MIR
- intermediate representation
- CFG
- borrow checker
- LLVM IR
- LLVM backend
@ -71,6 +70,7 @@
- dont always use it because its slow
- dont forget about it
- benchmark
- todo
- if you dont want to worry about this as an application
- LTO
- no cross-crate-inline-threshold
@ -98,4 +98,4 @@
- not by rustc, but by the linker
- across languages
- LLVM IR from Rust, LLVM IR from clang
- annoying to set up
- annoying to set up