This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH]: remove some memory, speed up some parsing


> 
> This is a multi-part message in MIME format.
> --------------020603070105030508020207
> Content-Type: text/plain; charset=us-ascii; format=flowed
> Content-Transfer-Encoding: 7bit
> 
> Mark,
> this patch stops us creating binfos for all but actual aggregates, and
> prevents access checking earlier in templates (we end up collecting all
> the accesses and then ignoring them later at the moment).
> 
> This patch is groundwork for reorganizing binfos themselves.

Do you have any timings on this patch to show how much you have gotten?

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]