<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 10, 2014 at 7:21 PM, Hans Wennborg <span dir="ltr"><<a href="mailto:hans@hanshq.net" target="_blank">hans@hanshq.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":4pr" class="a3s" style="overflow:hidden">Author: hans<br>
Date: Sun Aug 10 21:21:19 2014<br>
New Revision: 215335<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=215335&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=215335&view=rev</a><br>
Log:<br>
Increase the size of this SmallVector in CloneNodeWithValues.<br>
<br>
In a Clang bootstrap, the size of this vector was always 6.</div></blockquote></div><br>I would do 8 here. Powers of two, provided they're small enough, will often result in faster computations.</div></div>