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