llvm-capstone/bolt/runtime
Jakub Beránek eaf1b5664b Increase memory of BOLT runtime instrumentation bump allocator used for writing resulting profile
The BOLT instrumentation runtime uses a bump allocator that has a fixed amount of maximum memory. In some cases, this memory limit is not large enough (https://github.com/llvm/llvm-project/issues/59174). We are hitting this limit when instrumenting the Rust compiler with BOLT.

This change increases the memory of the bump allocator used for writing the resulting BOLT profile.

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D151891
2023-06-08 10:53:10 -07:00
..
CMakeLists.txt Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
common.h [BOLT] Robustify compile-time config check 2023-04-21 12:37:54 -04:00
config.h.in
hugify.cpp [BOLT][Hugify] Fix apple builds 2022-11-04 13:10:29 -07:00
instr.cpp Increase memory of BOLT runtime instrumentation bump allocator used for writing resulting profile 2023-06-08 10:53:10 -07:00