Skip to content
Snippets Groups Projects
Commit 4650a544 authored by Per Lindgren's avatar Per Lindgren
Browse files

Polish LLVM assignment

parent bf0dc8fb
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,9 @@ Shows two approches to do precedence climbing.
- (+ for higher grades)
- Non Lexical Lifetimes (likely hard)
## Your LLVM bindings
## Your LLVM bindings (Optional)
- Optional, + for higher grades
- Pass `unique` where possible allowing for better optimization
\ No newline at end of file
Implement for higher grades
- Basic code generation.
- Pass `noalias` where possible allowing for better optimization (assuming your borrowchecker prevents aliasing).
- Other attributes, intrinsics, etc. that enables further LLVM optimizations.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment