Re: [PATCH] gcov: Use system IO buffering

2021-04-23 Thread Martin Liška
On 4/23/21 11:44 AM, Richard Biener wrote: On Fri, Apr 23, 2021 at 11:24 AM Martin Liška wrote: On 4/23/21 8:49 AM, Richard Biener wrote: On Thu, Apr 22, 2021 at 9:47 PM Andi Kleen via Gcc-patches wrote: Martin Liška writes: Hey. I/O buffering in gcov seems duplicite to what modern C l

Re: [PATCH] gcov: Use system IO buffering

2021-04-23 Thread Richard Biener via Gcc-patches
On Fri, Apr 23, 2021 at 11:24 AM Martin Liška wrote: > > On 4/23/21 8:49 AM, Richard Biener wrote: > > On Thu, Apr 22, 2021 at 9:47 PM Andi Kleen via Gcc-patches > > wrote: > >> > >> Martin Liška writes: > >> > >>> Hey. > >>> > >>> I/O buffering in gcov seems duplicite to what modern C library c

Re: [PATCH] gcov: Use system IO buffering

2021-04-23 Thread Martin Liška
On 4/23/21 8:49 AM, Richard Biener wrote: > On Thu, Apr 22, 2021 at 9:47 PM Andi Kleen via Gcc-patches > wrote: >> >> Martin Liška writes: >> >>> Hey. >>> >>> I/O buffering in gcov seems duplicite to what modern C library can provide. >>> The patch is a simplification and can provide easier inter

Re: [PATCH] gcov: Use system IO buffering

2021-04-22 Thread Richard Biener via Gcc-patches
On Thu, Apr 22, 2021 at 9:47 PM Andi Kleen via Gcc-patches wrote: > > Martin Liška writes: > > > Hey. > > > > I/O buffering in gcov seems duplicite to what modern C library can provide. > > The patch is a simplification and can provide easier interface for system > > that don't have a filesystem

Re: [PATCH] gcov: Use system IO buffering

2021-04-22 Thread Andi Kleen via Gcc-patches
Martin Liška writes: > Hey. > > I/O buffering in gcov seems duplicite to what modern C library can provide. > The patch is a simplification and can provide easier interface for system > that don't have a filesystem and would like using GCOV. > > I'm going to install the patch after 11.1 if there