Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Enable caching debuginfo analysis #3216

@ranweiler

Description

@ranweiler

When recording coverage, debuginfo for a module is analyzed on-demand during coverage recording. It is not cached, and when testing multiple inputs for a single target, we reanalyze each module once for each input.

Instead, provide a mechanism for caching module coverage location and reusing that analysis it across runs. Note that the cache must be allowlist-sensitive.

AB#154069

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions