"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6a2258b230313907aa868c666297122109241dcc"
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