On Thu, Aug 18, 2022 at 1:10 PM Aldy Hernandez wrote:
>
> On Thu, Aug 18, 2022, 11:34 Richard Biener wrote:
> >
> > On Thu, Aug 18, 2022 at 9:58 AM Aldy Hernandez wrote:
> > >
> > > FWIW, here is a rebased version with the latest trunk.
> > >
> > > There are no regressions, or differences in thr
On Thu, Aug 18, 2022, 11:34 Richard Biener wrote:
>
> On Thu, Aug 18, 2022 at 9:58 AM Aldy Hernandez wrote:
> >
> > FWIW, here is a rebased version with the latest trunk.
> >
> > There are no regressions, or differences in threading counts, and the
> > performance change is negligible.
>
> +{
On Thu, Aug 18, 2022 at 9:58 AM Aldy Hernandez wrote:
>
> FWIW, here is a rebased version with the latest trunk.
>
> There are no regressions, or differences in threading counts, and the
> performance change is negligible.
+{
+ mark_dfs_back_edges ();
+
+ if (flag_checking)
+
FWIW, here is a rebased version with the latest trunk.
There are no regressions, or differences in threading counts, and the
performance change is negligible.
Aldy
On Wed, Aug 17, 2022 at 1:59 PM Aldy Hernandez wrote:
>
> These are a bunch of cleanups inspired by Richi's suggestion of making
>