Skip to main content

spawn_thin_lto_work

Function spawn_thin_lto_work 

Source
fn spawn_thin_lto_work<B: ExtraBackendMethods>(
    cgcx: &CodegenContext,
    prof: &SelfProfilerRef,
    shared_emitter: SharedEmitter,
    tm_factory: TargetMachineFactoryFn<B>,
    coordinator_send: Sender<ThinLtoMessage>,
    work: ThinLtoWorkItem<B>,
)