Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InferenceTransfer caching #374

Open
wmdietl opened this issue Dec 23, 2021 · 0 comments
Open

InferenceTransfer caching #374

wmdietl opened this issue Dec 23, 2021 · 0 comments

Comments

@wmdietl
Copy link
Member

wmdietl commented Dec 23, 2021

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.

@wmdietl wmdietl mentioned this issue Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant