Files
kotlin-fork/compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental
Hung Nguyen 586fa8af64 KT-45777: Shrink classpath snapshot incrementally
Currently, we shrink classpath snapshots at 2 steps:
  - Classpath diffing: Shrink the current classpath snapshot against
    the previous lookup symbols
  - Classpath snapshot saving: Shrink the current classpath snapshot
    against the current lookup symbols

With this commit, the shrinking at the second step is now incremental.
The shrinking at the first step is still non-incremental.
2021-12-14 13:10:08 +03:00
..
2021-06-01 15:59:17 +03:00
2021-06-01 15:59:17 +03:00
2020-11-05 23:26:46 +03:00