Skip to content

InferenceTransfer caching #374

@wmdietl

Description

@wmdietl

InferenceTransfer contains two Maps that use Trees as keys:

private final Map<Tree, RefinementVariableSlot> createdRefinementVariables = new HashMap<>();

Understand why they are needed and see whether the Trees should be evicted at some point, e.g. when compilation unit changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions