Re: [PATCH] Use a separate TV_* timer for the VRP threader.

2021-09-29 Thread Jeff Law via Gcc-patches
On 9/29/2021 10:30 AM, Aldy Hernandez wrote: On Wed, Sep 29, 2021 at 5:31 PM Jeff Law wrote: On 9/29/2021 9:26 AM, Aldy Hernandez wrote: There seems to be a memory consumption issue on 32 bit hosts after the hybrid threader patchset. I'm having a hard time reproducing, and in the process

Re: [PATCH] Use a separate TV_* timer for the VRP threader.

2021-09-29 Thread Aldy Hernandez via Gcc-patches
On Wed, Sep 29, 2021 at 5:31 PM Jeff Law wrote: > > > > On 9/29/2021 9:26 AM, Aldy Hernandez wrote: > > There seems to be a memory consumption issue on 32 bit hosts after the > > hybrid threader patchset. I'm having a hard time reproducing, and in > > the process I've noticed that the threader is

Re: [PATCH] Use a separate TV_* timer for the VRP threader.

2021-09-29 Thread Jeff Law via Gcc-patches
On 9/29/2021 9:26 AM, Aldy Hernandez wrote: There seems to be a memory consumption issue on 32 bit hosts after the hybrid threader patchset. I'm having a hard time reproducing, and in the process I've noticed that the threader is using the TV_TREE_VRP timer. Having a distinct one could help

[PATCH] Use a separate TV_* timer for the VRP threader.

2021-09-29 Thread Aldy Hernandez via Gcc-patches
There seems to be a memory consumption issue on 32 bit hosts after the hybrid threader patchset. I'm having a hard time reproducing, and in the process I've noticed that the threader is using the TV_TREE_VRP timer. Having a distinct one could help diagnose this and other issues going forward. Je