[PATCH] Avoid ggc_collect () after WPA forking

Steven Bosscher stevenb.gcc@gmail.com
Wed Mar 19 12:08:00 GMT 2014


On Wed, Mar 19, 2014 at 12:10 PM, Richard Biener wrote:
> Index: gcc/ggc-page.c
> ===================================================================
> --- gcc/ggc-page.c      (revision 208642)
> +++ gcc/ggc-page.c      (working copy)
> @@ -1199,6 +1199,8 @@ ggc_round_alloc_size (size_t requested_s
>    return size;
>  }
>
> +int may_alloc = 1;

"bool may_alloc"?

Ciao!
Steven



More information about the Gcc-patches mailing list