This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7646794
committed
Auto merge of rust-lang#126793 - saethlin:mono-rawvec, r=<try>
Monomorphize RawVec
The idea here is to move all the logic in RawVec into functions with explicit size and alignment parameters. This should eliminate all the fussing about how tweaking RawVec code produces large swings in compile times.
r? `@ghost`File tree
5 files changed
+368
-230
lines changed- library/alloc/src
- raw_vec
- tests/mir-opt
- inline
- pre-codegen
5 files changed
+368
-230
lines changed
0 commit comments