[PATCH] D27960: Use exact vector capacities to store DWARF line tables

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 18:05:34 PST 2016


mehdi_amini added a comment.

> I mean the maximum waste here is always < 1 page of memory right?

To clarify: there is virtual memory overhead but this is free on 64 bits systems so I don't expect it to matter.


https://reviews.llvm.org/D27960





More information about the llvm-commits mailing list