Re: [PATCH] Move statics to threader pass class.

2021-11-01 Thread Aldy Hernandez via Gcc-patches
On Mon, Nov 1, 2021 at 2:03 PM Jeff Law wrote: > > > > On 11/1/2021 3:53 AM, Aldy Hernandez wrote: > > This patch moves all the static functions into the pass class, and > > cleans up things a little. The goal is to shuffle things around such > > that we can add debug counters that depend on diff

Re: [PATCH] Move statics to threader pass class.

2021-11-01 Thread Jeff Law via Gcc-patches
On 11/1/2021 3:53 AM, Aldy Hernandez wrote: This patch moves all the static functions into the pass class, and cleans up things a little. The goal is to shuffle things around such that we can add debug counters that depend on different threading passes, but it's a clean-up on its own right.

[PATCH] Move statics to threader pass class.

2021-11-01 Thread Aldy Hernandez via Gcc-patches
This patch moves all the static functions into the pass class, and cleans up things a little. The goal is to shuffle things around such that we can add debug counters that depend on different threading passes, but it's a clean-up on its own right. Tested on x86-64 Linux. OK? gcc/ChangeLog: