Re: [PATCH] Extract a common logger from jit and analyzer frameworks

2021-03-05 Thread Philip Herron
On 05/03/2021 14:18, David Malcolm wrote: > On Fri, 2021-03-05 at 10:58 +, Philip Herron wrote: >> On 04/03/2021 16:45, David Malcolm wrote: >>> On Thu, 2021-03-04 at 16:17 +, Philip Herron wrote: In development of the Rust FE logging is useful in debugging. Instead of

Re: [PATCH] Extract a common logger from jit and analyzer frameworks

2021-03-05 Thread David Malcolm via Gcc-patches
On Fri, 2021-03-05 at 10:58 +, Philip Herron wrote: > On 04/03/2021 16:45, David Malcolm wrote: > > On Thu, 2021-03-04 at 16:17 +, Philip Herron wrote: > > > In development of the Rust FE logging is useful in debugging. > > > Instead > > > of > > > rolling our own logger it became clear the

Re: [PATCH] Extract a common logger from jit and analyzer frameworks

2021-03-05 Thread Philip Herron
On 04/03/2021 16:45, David Malcolm wrote: > On Thu, 2021-03-04 at 16:17 +, Philip Herron wrote: >> In development of the Rust FE logging is useful in debugging. Instead >> of >> rolling our own logger it became clear the loggers part of analyzer >> and jit >> projects could be extracted and mad

Re: [PATCH] Extract a common logger from jit and analyzer frameworks

2021-03-04 Thread David Malcolm via Gcc-patches
On Thu, 2021-03-04 at 16:17 +, Philip Herron wrote: > In development of the Rust FE logging is useful in debugging. Instead > of > rolling our own logger it became clear the loggers part of analyzer > and jit > projects could be extracted and made generic so they could be reused > in > other pr