Clemens Wasser

Results 25 comments of Clemens Wasser

As discussed in this thread: https://github.com/rui314/mold/pull/571#discussion_r916267809, using the system TBB and mimalloc is now the default. You either have to install them with your system package manager or set `-DMOLD_USE_SYSTEM_MIMALLOC=OFF...

the `check` target runs the tests in parallel by default and ensures that all targets get build first. You can do `cmake --build -t check`. When you execute ctest itself...

> Did you know the difference between `ninja test` and `ninja check`? The difference is that the test target is generated by CMake and only runs `ctest` on the build...

> You might want to improve the error message if TBB & mimalloc aren't found on the system Note that this error message is generated by CMake and not by...

@rui314 and @friendlyanon since you are testing this on Ubuntu: The mimalloc packages on Ubuntu are only available since jammy (22.04 LTS) and don't even work: * jammy: the cmake...

I just checked, for debian sid/unstable it is the same problem as with ubuntu kinetic/devel. They include the cmake files in the `libmimalloc2.0` package but the include dir is incorrect...

Has anyone already looked into this: > Implementation of a pure Rust target for Windows (no libc, no msvc, no mingw). This may require another RFC I would imagine that...

> Would it be possible for std lib to start using "raw-dylib" for its own Windows dll imports? Or would there be issues with that? This would probably be the...

@matteo-prosperi I somehow managed to miss your comment 😅 The integration looks amazing and really usable! Could you maybe share what you did to get rust-analyzer working in Visual Studio?...

@matteo-prosperi is it possible that you could share your extension? I tried making my own, but can't get it working 😢 Also would it be okay for you, if I...