On Fri, Dec 7, 2012 at 3:13 PM, Richard Biener wrote:
> On Fri, Dec 7, 2012 at 10:52 AM, Steven Bosscher wrote:
>> Ping?
>
> Ok if C++ frontend maintainers don't complain over the weekend.
Committed now.
BTW I forgot to mention I also did a build+test with this patch and
with gcac checking enabled
On Fri, Dec 7, 2012 at 10:52 AM, Steven Bosscher wrote:
> Ping?
Ok if C++ frontend maintainers don't complain over the weekend.
Thanks,
Richard.
> On Sun, Dec 2, 2012 at 9:27 PM, Steven Bosscher wrote:
>> Hello,
>>
>> The C++ front end pushes everything through the compiler queue after
>> writi
Ping?
On Sun, Dec 2, 2012 at 9:27 PM, Steven Bosscher wrote:
> Hello,
>
> The C++ front end pushes everything through the compiler queue after
> writing a PCH. This is pointless: After the PCH is written nothing the
> compiler does has any effect on it anymore.
>
> This patch makes the C++ front e
Hello,
The C++ front end pushes everything through the compiler queue after
writing a PCH. This is pointless: After the PCH is written nothing the
compiler does has any effect on it anymore.
This patch makes the C++ front end stop after writing the PCH,
speeding up PCH creation
The C front end h