[llvm] LiveIntervals: Use BumpPtrAllocator (PR #127057)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 05:25:57 PST 2025


https://github.com/jayfoad commented:

Seems reasonable but do you have any performance data? Have you tried it with llvm-compile-time-tracker.com? And does it increase memory usage measurably, since BumpPtrAllocator::Deallocate does nothing?

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


More information about the llvm-commits mailing list