Re: [PATCH] Enable init_ggc_heuristics for ENABLE_GC_CHECKING.

2019-11-19 Thread Richard Biener
On Tue, Nov 19, 2019 at 12:36 PM Martin Liška wrote: > > On 11/19/19 10:12 AM, Richard Biener wrote: > > On Tue, Nov 19, 2019 at 9:12 AM Martin Liška wrote: > >> > >> One potential improvement is to enable the heuristics > >> for ENABLE_GC_CHECKING. The macro is about sanity checking > >> and poi

Re: [PATCH] Enable init_ggc_heuristics for ENABLE_GC_CHECKING.

2019-11-19 Thread Martin Liška
On 11/19/19 10:12 AM, Richard Biener wrote: On Tue, Nov 19, 2019 at 9:12 AM Martin Liška wrote: One potential improvement is to enable the heuristics for ENABLE_GC_CHECKING. The macro is about sanity checking and poisoning of GGC memory. Which seems to me completely independent to setting of t

Re: [PATCH] Enable init_ggc_heuristics for ENABLE_GC_CHECKING.

2019-11-19 Thread Richard Biener
On Tue, Nov 19, 2019 at 9:12 AM Martin Liška wrote: > > One potential improvement is to enable the heuristics > for ENABLE_GC_CHECKING. The macro is about sanity checking > and poisoning of GGC memory. Which seems to me completely > independent to setting of the default parameters. Well, doing mo

[PATCH] Enable init_ggc_heuristics for ENABLE_GC_CHECKING.

2019-11-19 Thread Martin Liška
rom e0eab3674caedfcd5b332a335f513c501ab8dfb4 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Tue, 19 Nov 2019 09:09:05 +0100 Subject: [PATCH] Enable init_ggc_heuristics for ENABLE_GC_CHECKING. gcc/ChangeLog: 2019-11-19 Martin Liska * opts.c: Enable init_ggc_heuristics for situation when ENABLE_GC_CHECKING is enab