Index trivial accessors and inline them in dataflow, constant extraction, and call graph resolution.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-11 18:17:17 +02:00
parent 0628710106
commit 7f12ed3f3a
19 changed files with 2591 additions and 7 deletions

View File

@@ -56,6 +56,7 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
maxParallelForks = Math.max(1, Runtime.runtime.availableProcessors().intdiv(2) ?: 1)
systemProperty "updateGolden", System.getProperty("updateGolden")
}