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 upPopular repositories
-
-
-
Forked from servo/pathfinder
A fast, practical GPU rasterizer for fonts and vector graphics
519 contributions in the last year
Contribution activity
November - December 2020
October 2020
Created 1 commit in 1 repository
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…