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`5 files changed
Lines changed: 368 additions & 230 deletions
File tree
- library/alloc/src
- raw_vec
- tests/mir-opt
- inline
- pre-codegen
0 commit comments