rust/compiler/rustc_codegen_ssa
Tomasz Miąsko 83a5a69a4c Align unsized locals
Allocate an extra space for unsized locals and manually align the
storage, since alloca doesn't support dynamic alignment.
2023-05-08 23:40:51 +02:00
..
2023-05-08 23:40:51 +02:00
2023-04-25 18:59:55 +01:00

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