rjmccall added a comment. In https://reviews.llvm.org/D46013#1119513, @efriedma wrote:
> > I'm not sure it's appropriate to impose this as an overhead on all targets. > > You mean the overhead of increasing the size of TypeInfo? That's fair. Yeah. It seems like something that could be pretty easily computed retroactively in the places that need it. It might be okay to have a ASTContext-level cache for it; that cache would just stay empty in practice for most compiler invocations. https://reviews.llvm.org/D46013 _______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
