<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 16, 2013 at 11:13 AM, Benjamin Kramer <span dir="ltr"><<a href="mailto:benny.kra@googlemail.com" target="_blank" class="cremed">benny.kra@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":56u">Author: d0k<br>
Date: <span class="aBn">Sat Feb 16 13:13:18 2013</span><br>
New Revision: 175370<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=175370&view=rev" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project?rev=175370&view=rev</a><br>
Log:<br>
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.<br>
<br>
Avoids malloc and is a lot denser. We lose iteration over target independent<br>
attributes, but that's a strange interface anyways and didn't have any users<br>
outside of AttrBuilder.</div></blockquote></div><br>One of the goals was to remove the arbitrary upper limit of 64 -- could you maybe use a BitVector so that we don't hit this later?</div></div>