> On May 20, 2016, at 3:15 PM, Eugene Birukov via lldb-dev
> wrote:
>
> Hi,
>
> I am looking through LLDB code... Another dangerous operation is
> Symtab::Finalize() that just swaps the array. This is especially bad since it
> will defeat something like quick-and-dirty hack of preallocating
Hi,
I am looking through LLDB code... Another dangerous operation is
Symtab::Finalize() that just swaps the array. This is especially bad since it
will defeat something like quick-and-dirty hack of preallocating a huge vector
upfront.
My first impulse to fix that (maybe just temporary to get me