[PATCH] D93452: [clangd] Trim memory periodically
Quentin Chateau via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 21 15:49:29 PST 2020
qchateau updated this revision to Diff 313215.
qchateau marked 3 inline comments as done.
qchateau added a comment.
The log is back, I renamed the CMake option and the command line option and reduced the number of preprocessor directives.
I chose not to modify the files for the `gn` build system, I'd rather not break it.
I did not use the CMke option as the default value for the command line option: IMO this CMake option is only useful if you encounter build problems related to malloc_trim, so malloc_trim must not be part of the code when you disable it through CMake.
If this all makes sense and I did not make a mistake in this update, you can land this. Let me know if there are other small details you'd like me to change.
Email: quentin.chateau at gmail.com
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93452/new/
https://reviews.llvm.org/D93452
Files:
clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/ClangdLSPServer.cpp
clang-tools-extra/clangd/ClangdLSPServer.h
clang-tools-extra/clangd/Features.inc.in
clang-tools-extra/clangd/tool/ClangdMain.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93452.313215.patch
Type: text/x-patch
Size: 6394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201221/ded2aa53/attachment.bin>
More information about the cfe-commits
mailing list