"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "2cd8e38ab97d3ad17f9c0d589e5e0591c267cd5e"
Reduce malloc traffic in DwarfAccelTable
- Don't copy offsets into HashData, the underlying vector won't change once the table is finalized. - Allocate HashData and HashDataContents in a BumpPtrAllocator. - Allocate string map entries in the same allocator. - Random cleanups. llvm-svn: 154694
Loading
Please register or sign in to comment