Skip to content

Jitted runs do not terminate cleanly #1171

Open
@eggyal

Description

@eggyal

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

No one assigned

    Labels

    A-jitArea: JIT compilationC-enhancementCategory: An issue proposing an enhancement or a PR with one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions