You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I tried sending an email to llvm-commits with this patch last month, but I don't know if I was following the right process as I did not hear anything back)
Since r33854, SetVectors have defaulted to size 16 SmallSets, but the
Programmer's Manual still says it uses an std:set.
This brings it to a single malloc for the std::vector, so I'm not sure if it should still be called "quite expensive", but I'll let someone else make the call.