rust/compiler/rustc_codegen_ssa
Nicholas Nethercote c696307a87 Inline and remove WorkItem::start_profiling and execute_work_item.
They both match on a `WorkItem`. It's simpler to do it all in one place.
2023-06-21 10:56:19 +10:00
..
2023-05-23 16:23:59 +08:00

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