Re: [PATCH 0/2] Ranger-based backwards threader implementation.

2021-06-30 Thread Aldy Hernandez via Gcc-patches
On 6/29/21 11:22 PM, Martin Sebor wrote: On 6/29/21 4:27 AM, Aldy Hernandez wrote: On 6/29/21 1:19 AM, Martin Sebor wrote: On 6/28/21 10:21 AM, Aldy Hernandez via Gcc-patches wrote: This is the ranger-based backwards threader.  It is divided into two parts: the solver and the path

Re: [PATCH 0/2] Ranger-based backwards threader implementation.

2021-06-29 Thread Martin Sebor via Gcc-patches
On 6/29/21 4:27 AM, Aldy Hernandez wrote: On 6/29/21 1:19 AM, Martin Sebor wrote: On 6/28/21 10:21 AM, Aldy Hernandez via Gcc-patches wrote: This is the ranger-based backwards threader.  It is divided into two parts: the solver and the path discovery bits. The solver is generic enough, that

Re: [PATCH 0/2] Ranger-based backwards threader implementation.

2021-06-29 Thread Aldy Hernandez via Gcc-patches
On 6/29/21 1:19 AM, Martin Sebor wrote: On 6/28/21 10:21 AM, Aldy Hernandez via Gcc-patches wrote: This is the ranger-based backwards threader.  It is divided into two parts: the solver and the path discovery bits. The solver is generic enough, that it may be of use to other passes, so it's

Re: [PATCH 0/2] Ranger-based backwards threader implementation.

2021-06-28 Thread Martin Sebor via Gcc-patches
On 6/28/21 10:21 AM, Aldy Hernandez via Gcc-patches wrote: This is the ranger-based backwards threader. It is divided into two parts: the solver and the path discovery bits. The solver is generic enough, that it may be of use to other passes, so it's been abstracted into its own separate

[PATCH 0/2] Ranger-based backwards threader implementation.

2021-06-28 Thread Aldy Hernandez via Gcc-patches
This is the ranger-based backwards threader. It is divided into two parts: the solver and the path discovery bits. The solver is generic enough, that it may be of use to other passes, so it's been abstracted into its own separate class/file. Andrew and I have already gone over it, so I don't