Popular repositories
-
-
rust-media Public
A free, comprehensive, and portable video/audio streaming library for Rust
-
pathfinder Public
Forked from servo/pathfinder
A fast, practical GPU rasterizer for fonts and vector graphics
117 contributions in the last year
Less
More
Contribution activity
September 2021
Created 33 commits in 3 repositories
Created 3 repositories
- pcwalton/cxx-async Rust
- pcwalton/rustfmt-1 Rust
- pcwalton/cxx-async-prototype C++
Created a pull request in rust-lang/rust that received 25 comments
Introduce a fast path that avoids the debug_tuple abstraction when deriving Debug for unit-like enum variants.
The intent here is to allow LLVM to remove the switch entirely in favor of an indexed load from a table of constant strings, which is likely what the…
+18
−3
•
25
comments
Opened 1 other pull request in 1 repository
rust-lang/rustfmt
1
open
Created an issue in rust-lang/rust that received 4 comments
Missing MIR optimization: Replace matches with loads if possible
Many times, people write matches on enums that are really loads from a table. It'd be nice if we could codegen them as such. Here's an example, at h…
4
comments


