Dimiter 'malkia' Stanev
Results
73
comments of
Dimiter 'malkia' Stanev
The `fatal error` is due to PATH limitation handling in the MSVC compiler. It works with LLVM (clang-cl) for example. I'm having this for example: ``` cl : Command line...
https://github.com/bazelbuild/bazel/issues/18683
@hlabanca-arkfr - was this with mimalloc3 - I've did my own tests, and found that `mi_collect(true)` with mimalloc2 does not collect the same way `mimalloc3` does - e.g. `mimalloc3` really...