rust/compiler/rustc_codegen_ssa
Nicholas Nethercote b4ba2f0bf4 Change rlink serialization from MemEncoder to FileEncoder.
Because we're writing to a file, so `FileEncoder` is better because we
don't have to write all the data to memory first.
2023-05-01 17:09:59 +10:00
..
2023-04-25 18:59:55 +01:00

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