2024-07-13
• Kernel, Linux
TL;DR: 在特定配置下于版本 v5.14.x 的 Linux 内核会产生 ip6_dst_cache 的内存泄露,且由于 cache alias 的存在会显示到 pool_workqueue 的 slab cache 中
Read more ...
2024-02-26
• C++, Compiler, LLVM
LLVM passes are where most of the interesting parts of the compiler exist
– LLVM document
it causes too many template instantiations, causing terrible compile times.
– LLVM code's comment
Read more ...
2023-10-23
• C, C++, Clangd
解决开了-std=c++xx 后在C文件里乱叫的方法
Read more ...
2023-05-03
• C++, 协程
不对 C++ 20 里的协程做过多的基础介绍,别人讲得好多了
仅作为俺的笔记使用,理解可能存在问题,欢迎指正
Read more ...