Skip to content

Conversation

aschackmull
Copy link
Contributor

We had a couple of queries that didn't start with import java. This meant that imports were resolved in a different order for those queries resulting in slight DIL differences leading to recomputation of the virtual dispatch stage and all dependent stages (SSA etc.).

I've verified locally by running all queries on a small snapshot that this removes the recomputation of the cached stages. This small change should thus be a clear performance improvement when running all queries.

@yo-h yo-h merged commit 8a8b795 into github:master Nov 26, 2019
@aschackmull aschackmull deleted the java/cache-perf branch November 27, 2019 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants