Committed as r263784.
Thanks,
Andrew
On Wednesday, August 22, 2018 5:43:30 PM PDT Thomas Koenig wrote:
> Hi Andrew,
>
> [please also copy in gcc-patches for patches]
>
> > I'm continuing to look for optimizations to improve compile times for
> > files
> > which USE large numbers of modules cont
Hi Thomas,
I have my sourceware account active now, so I should be able to commit this
myself. I'll do so right away.
Thanks,
Andrew
On Wednesday, August 22, 2018 5:43:30 PM PDT Thomas Koenig wrote:
> Hi Andrew,
>
> [please also copy in gcc-patches for patches]
>
> > I'm continuing to look fo
Hi Thomas,
Thanks for the review and approval (and for reminding me to CC gcc-patches).
I'm still working on getting my sourceware account for svn access set up, so I
can't commit the patch myself yet. If you (or anyone else) wants to go ahead
an commit it that would be good - otherwise I'll d
Hi Andrew,
[please also copy in gcc-patches for patches]
I'm continuing to look for optimizations to improve compile times for files
which USE large numbers of modules containing large numbers of symbols.
When the number of symbols becomes very large, find_symbol() becomes a slow-
point, becau