The C++ indexer keeps track of the VNames of various kinds of nodes that it emits (so that it doesn't emit them more than once). For very large compilations, these caches can consume a large amount of memory. They should be bounded in size.
The C++ indexer keeps track of the VNames of various kinds of nodes that it emits (so that it doesn't emit them more than once). For very large compilations, these caches can consume a large amount of memory. They should be bounded in size.