Files
clang-p2996/llvm/lib/Transforms/IPO/SampleProfileMatcher.cpp
Lei Wang 80855eb6f1 [SampleFDO] Extend the function base name max size (#135863)
The function base name could be way long which overflows and leads to a
crash. Update to extend the max size.

Also changed to use heap allocation( `std::vector<char>` ) to avoid
stack overflow.
2025-04-16 13:11:55 -07:00

37 KiB