eygraber
02/19/2026, 12:17 PMelihart
05/18/2026, 7:19 PMBrad Corso
05/18/2026, 8:10 PMbut I benchmarked that version and it has no improvement for usNote that the improvements are behind a flag (
experimentalPsiResolution)Brad Corso
05/18/2026, 8:16 PMexperimentalPsiResolution is kind of a mix, where we use the PsiElement layer for simple things and then delegate to the AA for more complex things like type resolution. This approach should allow us to get the best of both approaches.elihart
05/18/2026, 11:29 PMNote that the improvements are behind a flagah, thanks. I'll try benchmarking with that. Any reason not to call out that flag in the release notes?
elihart
05/19/2026, 1:22 AMexperimentalPsiResolution enabled, and unfortunately it still didn't help in our case (With gradle, it can be enabled via a gradle property, eg from command line -Pksp.experimental.psi.resolution=true)
I believe my profiling shows that our hotspots are elsewhere, so optimizing getSymbolsWithAnnotation didn't help with our particular build