[PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.

Samuel Benzaquen sbenza at google.com
Fri Aug 29 14:01:18 PDT 2014


What is exactly the objection?
If it is the manual vtable, I can revert that part and still get most of the benefit. The big savings are from moving a bunch of code to the .cpp and making some methods non-virtual by using ASTNodeKind.

http://reviews.llvm.org/D5124






More information about the cfe-commits mailing list