Re: [PATCH] Remove legacy back threader.

2021-08-12 Thread Jeff Law via Gcc-patches
On 8/12/2021 8:34 AM, Aldy Hernandez wrote: PING On Thu, Aug 5, 2021 at 11:48 AM Aldy Hernandez wrote: At this point I don't see any use for the legacy mode, which I had originally left in place during the transition. This patch removes the legacy back threader, and cleans up the code a bi

Re: [PATCH] Remove legacy back threader.

2021-08-12 Thread Aldy Hernandez via Gcc-patches
PING On Thu, Aug 5, 2021 at 11:48 AM Aldy Hernandez wrote: > > At this point I don't see any use for the legacy mode, which I had > originally left in place during the transition. > > This patch removes the legacy back threader, and cleans up the code a > bit. There are no functional changes to

[PATCH] Remove legacy back threader.

2021-08-05 Thread Aldy Hernandez via Gcc-patches
At this point I don't see any use for the legacy mode, which I had originally left in place during the transition. This patch removes the legacy back threader, and cleans up the code a bit. There are no functional changes to the non-legacy code. Tested on x86-64 Linux. OK? gcc/ChangeLog: