-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
A-jitArea: JIT compilationArea: JIT compilationC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
Because rustc_codegen_cranelift::driver::jit::run_jit
never returns, rustc never runs finalisation actions for jitted runs; e.g. the incremental compilation cache is not committed to disk (in particular, rustc_interface::interface::Compiler::enter
never progresses from invoking the passed f
closure to the subsequent save_dep_graph
call).
Metadata
Metadata
Assignees
Labels
A-jitArea: JIT compilationArea: JIT compilationC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.