[PATCH] D26042: Consolidate BumpPtrAllocators.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 10:40:21 PDT 2016


mehdi_amini added inline comments.


================
Comment at: ELF/Memory.h:31
+extern llvm::BumpPtrAllocator BAlloc;
+extern llvm::StringSaver Saver;
+
----------------
Global mutable state never seems like a good idea.


https://reviews.llvm.org/D26042





More information about the llvm-commits mailing list