Closed godmar closed 1 year ago
It looks like it is, yup. My awk-magic seems to be broken, sigh.
I was still hoping to find a way to compile google-tcmalloc into a standalone .so file in this repository. Sigh.
I was still hoping to find a way to compile google-tcmalloc into a standalone .so file in this repository. Sigh.
So for me with a fresh checkout I did
./build-bench-env.sh packages
./build-bench-env.sh tcg
and I get an so at:
[mimalloc-bench]/extern/tcg/bazel-bin/tcmalloc/libtcmalloc.so
Could you elaborate on what is going wrong?
I re-clone a clean repository and I can compile the so now. I think I messed up google-tcmaloc and mimalloc-bench repositories yesterday.
When I run
build-bench-env.sh all
it fails with:Is this related to #108?