hans added a comment.

Nice!

Silly questions, but for my own education: I thought the key function concept 
only existed in the Itanium ABI, but from your numbers it sounds like it's a 
concept, at least for debug info, also on Windows?



================
Comment at: clang/include/clang/Sema/Sema.h:335
 
+  /// A key method to reduce duplicate type info from Sema.
+  virtual void anchor();
----------------
I worry that this is going to look obscure to most readers passing through. 
Maybe it could be expanded to more explicitly spell out that it reduces the 
size of the debug info?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70340



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to