Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
706 contributions in the last year
Contribution activity
October 2020
Created an issue in rust-lang/rust that received 2 comments
Do debug-info-preserving optimizations even in debug mode
Debug mode, which is key to the edit-compile-run cycle, generates a lot more LLVM IR than equivalent C/C++ code does. For example, things like call…