teach rustc to replace the system allocator with jemalloc in executables #18896
Labels
A-allocators
Area: Custom and system allocators
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
I-slow
Issue: Problems and improvements with respect to performance of generated code.
The compiler can expose the ability to replace the system allocator in executables. On platforms where this is done via weak symbols, it can likely just inject strong aliases. If the allocator is not being replaced, then it should really be setting
dss:disabled
via the magic global jemalloc uses to set options.The text was updated successfully, but these errors were encountered: