On Fri, May 10, 2019 at 2:40 PM Nathan Sidwell <nat...@acm.org> wrote:
>
> When poking at some dwarf bugs, which were ultimately fixed by Richard,
> I made a couple of cleanups.  The first two are pretty obvious comment
> clarification, but the last fragment is a more invasive control flow
> change.  In that case we essentially repeat an inline-static-var check
> in two places.  I've replaced that with a bool to control whether we
> should splice.  That at least helped me understand the code better, and
> should give the optimizer better visibility to simplify the generated
> control flow.
>
> tested on x86_64-linux, ok?

OK.

> nathan
>
> --
> Nathan Sidwell

Reply via email to