<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Sep 5, 2014 at 10:15 PM, Samuel Benzaquen <span dir="ltr"><<a href="mailto:sbenza@google.com" target="_blank">sbenza@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: sbenza<br>
Date: Fri Sep  5 15:15:31 2014<br>
New Revision: 217274<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=217274&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=217274&view=rev</a><br>
Log:<br>
Separate the matchers by type and statically dispatch to the right list.<br>
<br>
Summary:<br>
Separate the matchers by type and statically dispatch to the right list.<br>
For any node type that we support, it reduces the number of matchers we<br>
run it through.<br>
For node types we do not support, it makes match() a noop.<br>
This change improves our clang-tidy related benchmark by ~30%.<br></blockquote><div><br></div><div>Nice! </div></div>
</div></div>