You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Session] Fix every source file having a copy of every method instance.
This decreases memory usage by having only methods in a source file being used inside.
Based on my analysis of mdb writers, the mapping is one CompilationUnit
for each SourceFileEntry.
See MdbWriter and SymbolWriterImpl and grep for DefineDocument.
Bug 45792 - Exponential memory usage when loading mdb files
0 commit comments