[PATCH] D52283: [PDB] Add the ability to resolve forward references

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 16:14:22 PDT 2018


zturner added a comment.

It’s true that nested containers don’t usually perform well, but in this
case the outer vector *never* resizes. So it seems like it should be ok?


https://reviews.llvm.org/D52283





More information about the llvm-commits mailing list