https://bugs.kde.org/show_bug.cgi?id=358482
Bug ID: 358482
Summary: LRU cache of TU's for files opened in editor
Product: kdevelop
Version: git master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Language Support: CPP (Clang-based)
Assignee: [email protected]
Reporter: [email protected]
Currently we keep the TU's in memory for all files that are opened in an
editor. This can lead to high memory consumption. We should instead implement a
manual LRU cache of N translation units.
Reproducible: Always
--
You are receiving this mail because:
You are watching all bug changes.