[llvm] [Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (PR #91862)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 04:07:34 PDT 2024


================
@@ -62,6 +62,9 @@ Changes to LLVM infrastructure
 Changes to building LLVM
 ------------------------
 
+* LLVM now supports rpmalloc in-tree, as a replacement C allocator for hosted
+  toolchains. Currently using version 1.4.5.
----------------
zmodem wrote:

Maybe this could be expanded a bit, with a link to the relevant section in CMake.rst, mentioning that the relevant flag is LLVM_ENABLE_RPMALLOC, that the main benefit is for LTO on Windows etc?

https://github.com/llvm/llvm-project/pull/91862


More information about the llvm-commits mailing list