Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KDevelop
KDevelop
Commits
f2e23dd0
Commit
f2e23dd0
authored
Oct 04, 2022
by
Igor Kushnir
Committed by
Milian Wolff
Oct 07, 2022
Browse files
Add PersistentSymbolTable cache clearing TODO
parent
4048dad8
Pipeline
#243478
passed with stage
in 17 minutes and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kdevplatform/language/duchain/persistentsymboltable.h
View file @
f2e23dd0
...
...
@@ -67,6 +67,8 @@ public:
void
dump
(
const
QTextStream
&
out
);
//Clears the internal cache. Should be called regularly to save memory
// TODO: currently the cache is never cleared. The sizes of the cache containers grow steadily and never shrink.
// Consider clearing the cache when at least some of its entries become useless, e.g. when a project is closed.
void
clearCache
();
};
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment