[PATCH] D27960: Use exact vector capacities to store DWARF line tables
    Paul Robinson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Dec 19 18:07:58 PST 2016
    
    
  
probinson added a comment.
I would have to wonder whether parsing the entire line table twice (once to count rows, once to populate the list) would cost more than the resize at the end.
https://reviews.llvm.org/D27960
    
    
More information about the llvm-commits
mailing list