This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Avoid ggc_collect () after WPA forking
- From: Steven Bosscher <stevenb dot gcc at gmail dot com>
- To: Richard Biener <rguenther at suse dot de>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Martin Liska <mliska at suse dot de>
- Date: Wed, 19 Mar 2014 13:06:45 +0100
- Subject: Re: [PATCH] Avoid ggc_collect () after WPA forking
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot LSU dot 2 dot 11 dot 1403191207150 dot 6041 at zhemvz dot fhfr dot qr>
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