[PATCH] D26042: Consolidate BumpPtrAllocators.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 06:49:59 PDT 2016
looking
On 27 October 2016 at 15:20, Rui Ueyama <ruiu at google.com> wrote:
> ruiu created this revision.
> ruiu added a reviewer: rafael.
> ruiu added a subscriber: llvm-commits.
> Herald added subscribers: mgorny, mehdi_amini.
>
> Previously, we have a lot of BumpPtrAllocators, but all these
> allocators virtually have the same lifetime because they are
> not freed until the linker finishes its job. This patch aggregates
> them into a single allocator.
>
>
> https://reviews.llvm.org/D26042
>
> Files:
> ELF/CMakeLists.txt
> ELF/Driver.cpp
> ELF/Driver.h
> ELF/DriverUtils.cpp
> ELF/InputFiles.cpp
> ELF/InputFiles.h
> ELF/LTO.cpp
> ELF/LTO.h
> ELF/LinkerScript.cpp
> ELF/LinkerScript.h
> ELF/Memory.cpp
> ELF/Memory.h
> ELF/SymbolTable.cpp
> ELF/SymbolTable.h
> ELF/Symbols.cpp
> ELF/Symbols.h
> ELF/Thunks.cpp
> ELF/Writer.cpp
> ELF/Writer.h
>
More information about the llvm-commits
mailing list