rust/compiler/rustc_codegen_ssa
Scott McMurray b5b6def021 Use FieldIdx in various things related to aggregates
Shrank `AggregateKind` by 8 bytes on x64, since the active field of a union is tracked as an `Option<FieldIdx>` instead of `Option<usize>`.
2023-04-01 20:32:50 -07:00
..
2023-02-06 17:40:18 +03:00
2023-03-11 22:51:57 +01:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.