gfa99

Results 4 issues of gfa99

修改新版本git(2.34.1) /usr/lib/git-core/git-mergetool--lib 提示 'diff_cmd: not foud'

The website www.microquill.com appears to be unavailable, causing the following files could not downloaded. 1. http://www.microquill.com/smartheap/shbench/bench.zip 2. http://www.microquill.com/smartheap/SH8BENCH.zip So please upload the source files

```c++ #include #include "easy/profiler.h" #include "easy/arbitrary_value.h" #include int main() { EASY_MAIN_THREAD; EASY_PROFILER_ENABLE; EASY_FUNCTION(); EASY_BLOCK("main"); auto sum = 0; for(long i=0; i< 100'000'000; i++) { EASY_BLOCK("loop"); sum +=i; } std::cout

1. Firstly, I made the following modifications(diff-with-develop-commit-feb43ae.patch): ``` diff --git a/rpmalloc/rpmalloc.c b/rpmalloc/rpmalloc.c index 261bb83..4eb33db 100644 --- a/rpmalloc/rpmalloc.c +++ b/rpmalloc/rpmalloc.c @@ -151,7 +151,7 @@ madvise(caddr_t, size_t, int); #endif #ifndef ENABLE_STATISTICS //!...