[PATCH] D70340: Add a key method to Sema to optimize debug info size

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 18 15:52:51 PST 2019


rnk added a comment.

In D70340#1749073 <https://reviews.llvm.org/D70340#1749073>, @thakis wrote:

> With the overhead being the cost of a single vtable with one entry? Or is there more?


I guess I worry about the extra dead vtable pointer in Sema. But, I don't think it matters. I think we should do this. I'll re-upload with comments and update the description.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70340/new/

https://reviews.llvm.org/D70340





More information about the cfe-commits mailing list