"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "1ba5c550d418e12a5bdbb884d2f7d94e0efc64ee"
Further performance improvements in the DWARF parser:
1 - the DIE collections no longer have the NULL tags which saves up to 25% of the memory on typical C++ code 2 - faster parsing by not having to run the SetDIERelations() function anymore it is done when parsing the DWARF very efficiently. llvm-svn: 144983
Loading
Please register or sign in to comment