Files
kotlin-fork/idea
Denis Zharkov 8e1b0c5ab7 Optimize memory footprint for PartialBodyResolveFilter
There is a single PartialBodyResolveFilter instance per module
and each of them were containing just the same sets of available
in project Nothing-typed functions (including duplicating String instances),
in case of Kotlin project it might sum up to 27M of heap.

The solution is to share the global sets between all modules in a project
2018-04-28 17:12:52 +03:00
..
2018-04-19 13:17:27 +03:00
2018-04-27 18:25:21 +03:00
2018-04-27 18:25:21 +03:00
2018-04-27 18:25:21 +03:00
2018-04-27 18:25:17 +03:00
2018-04-27 18:25:17 +03:00