rust/compiler/rustc_codegen_ssa
Nicholas Nethercote bb02cc47c4 Move finish out of the Encoder trait.
This simplifies things, but requires making `CacheEncoder` non-generic.

(This was previously merged as commit 4 in #94732 and then was reverted
in #97905 because it caused a perf regression.)
2022-06-16 16:20:32 +10:00
..
src Move finish out of the Encoder trait. 2022-06-16 16:20:32 +10:00
Cargo.toml Fix emscripten linker invocation 2022-06-03 17:02:14 +00:00
README.md

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