上一页 1 2 3 4 5 6 7 ··· 19 下一页
摘要: g++ -O3 bench.cpp ``` // https://stackoverflow.com/questions/40950254/speed-up-random-memory-access-using-prefetch #include #include #include #include 阅读全文
posted @ 2022-07-31 20:44 stdpain 阅读(435) 评论(0) 推荐(0) 编辑
摘要: apt-get install binutils-dev yum install binutils-devel 阅读全文
posted @ 2022-07-29 15:22 stdpain 阅读(48) 评论(0) 推荐(0) 编辑
摘要: https://developer.aliyun.com/mirror/maven?spm=a2c6h.13651102.0.0.7be81b11Z03b5j <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="ht 阅读全文
posted @ 2022-07-09 17:35 stdpain 阅读(41) 评论(0) 推荐(0) 编辑
摘要: Umbra: A Disk-Based System with In-Memory Performance http://db.in.tum.de/~freitag/papers/p29-neumann-cidr20.pdf TOWARDS PRACTICAL VECTORIZED ANALYTIC 阅读全文
posted @ 2022-06-01 19:34 stdpain 阅读(22) 评论(0) 推荐(0) 编辑
摘要: ((void***)0x60600053b770)[0] 阅读全文
posted @ 2022-05-31 10:17 stdpain 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 原因1: 需要确保编译的时候有 -g选项,没有-g是没符号的 原因2: binary strip过,把符号表删除了 原因3: binary 跟coredump不匹配 原因4: 产生coredump的机器跟debug机器的库不匹配 一般的输出为 /lib64/xxx.so.x is not at th 阅读全文
posted @ 2022-04-28 11:15 stdpain 阅读(146) 评论(0) 推荐(0) 编辑
摘要: in WSL ternimal: explorer.exe . 阅读全文
posted @ 2022-04-04 13:11 stdpain 阅读(28) 评论(0) 推荐(0) 编辑
摘要: for cmake: make VERBOSE=1 for make make V=1 阅读全文
posted @ 2022-03-14 15:33 stdpain 阅读(52) 评论(0) 推荐(0) 编辑
摘要: yum -y install centos-release-scl yum -y install devtoolset-7-gcc devtoolset-7-gcc-c++ devtoolset-7-binutils scl enable devtoolset-7 bash 阅读全文
posted @ 2022-03-08 19:09 stdpain 阅读(207) 评论(0) 推荐(0) 编辑
摘要: prepare: gcc-10.3.0.tar.gz libstdc++-static gcc dependency.xxx copy dependency cp dependency.xxx gcc-10.3.0 prepare ./contrib/download_prerequisites - 阅读全文
posted @ 2022-03-07 19:25 stdpain 阅读(144) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 19 下一页