Re: LTO progress indicator

2024-09-16 Thread Ghorban M. Tavakoly via Gcc
> wrote: > > > > > > > > > > > > Is there any change to have some LTO progress indicator > > > > > > > information > > > in > > > > > upstream GCC output? Do I need to report a bug? > > > > >

Re: LTO progress indicator

2024-09-16 Thread David Malcolm via Gcc
On Sun, 2024-09-15 at 15:20 +0330, Ghorban M. Tavakoly via Gcc wrote: > Hi > > On Sun, Sep 15, 2024 at 11:59 AM Jan Hubicka wrote: > > > > On Sat, Sep 14, 2024 at 1:17 PM Ghorban M. Tavakoly via Gcc > > > wrote: > > > > > > > > >

Re: LTO progress indicator

2024-09-15 Thread Andi Kleen via Gcc
"Ghorban M. Tavakoly via Gcc" writes: > > I need LTO. Is there a way to have LTO in GCC, without LTOing the GCC > itself? This way my builds will be many times faster. LTO can be used without LTOing gcc itself. It is normally built by default if the target supports it. -Andi

Re: LTO progress indicator

2024-09-15 Thread Ghorban M. Tavakoly via Gcc
there any change to have some LTO progress indicator information in > > upstream GCC output? Do I need to report a bug? > > Is there any chance ... (sorry for typo) > > You can add -Q to the command line which makes GCC output some sort > of progress indication. Otherwise no

Re: LTO progress indicator

2024-09-15 Thread Ghorban M. Tavakoly via Gcc
Hi On Sun, Sep 15, 2024 at 11:59 AM Jan Hubicka wrote: > > On Sat, Sep 14, 2024 at 1:17 PM Ghorban M. Tavakoly via Gcc > > wrote: > > > > > > >> Is there any change to have some LTO progress indicator information > in > > > upstream GCC outpu

Re: LTO progress indicator

2024-09-15 Thread Jan Hubicka via Gcc
> On Sat, Sep 14, 2024 at 1:17 PM Ghorban M. Tavakoly via Gcc > wrote: > > > > >> Is there any change to have some LTO progress indicator information in > > upstream GCC output? Do I need to report a bug? > > Is there any chance ... (sorry for typo) > >

Re: LTO progress indicator

2024-09-14 Thread Richard Biener via Gcc
On Sat, Sep 14, 2024 at 1:17 PM Ghorban M. Tavakoly via Gcc wrote: > > >> Is there any change to have some LTO progress indicator information in > upstream GCC output? Do I need to report a bug? > Is there any chance ... (sorry for typo) You can add -Q to the command line whic

Re: LTO progress indicator

2024-09-14 Thread Ghorban M. Tavakoly via Gcc
>> Is there any change to have some LTO progress indicator information in upstream GCC output? Do I need to report a bug? Is there any chance ... (sorry for typo) On Sat, Sep 14, 2024 at 2:41 PM Ghorban M. Tavakoly wrote: > I build GCC from git repo regularly. Unfortunately my system i

LTO progress indicator

2024-09-14 Thread Ghorban M. Tavakoly via Gcc
printf("%s%s%s\r", prefix, bar, suffix) }' while [ 1 ] ; do echo $(ls /tmp/*ltrans* 2> /dev/null) | gawk -v COLS=`tput cols` "$AWKP" sleep 1 done Is there any change to have some LTO progress indicator information in upstream GCC output? Do I need to report a bu