rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 3517fe899e Remove CodegenContext::worker.
`CodegenContext` is immutable except for the `worker` field - we clone
`CodegenContext` in multiple places, changing the `worker` field each
time. It's simpler to move the `worker` field out of `CodegenContext`.
2023-07-31 16:21:02 +10:00
..
2023-07-31 16:21:02 +10:00
2023-07-19 14:47:06 +00:00

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