05 2023 档案

摘要:compile: ``` c++ -g tmp.cc -o starrocks_be ``` split debug info ``` objcopy --only-keep-debug starrocks_be starrocks_be.debug strip --strip-debug star 阅读全文
posted @ 2023-05-26 15:43 stdpain 阅读(46) 评论(0) 推荐(0)
摘要:https://akkadia.org/drepper/cpumemory.pdf benchmark: memmove vs memcpy https://github.com/UK-MAC/WMTools/blob/master/tests/memtest.c memcpy https://st 阅读全文
posted @ 2023-05-04 20:11 stdpain 阅读(94) 评论(0) 推荐(0)