[PATCH] D101427: Linux support for mimalloc as a custom allocator

Mattias Jansson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 25 14:39:50 PDT 2021


maniccoder added a comment.

Which version of rpmalloc did you use?

I tried building with integrated rpmalloc (using the latest develop branch) and while the compiled toolchain seemed to work fine (clang, lld) I ran into issues in the llvm test suite where it passed what seemed to be a global data segment pointer to delete operator. I will keep digging into this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101427/new/

https://reviews.llvm.org/D101427



More information about the llvm-commits mailing list