Re: [PATCH] Introduce -flto-partition=locality

2025-04-24 Thread Kyrylo Tkachov
> On 24 Apr 2025, at 09:17, Feng Xue OS wrote: > >> validate_ipa_reorder_locality_lto_partition (opts, opts_set); > > I know this patch has already been merged into the trunk. But I think the > below piece of code change in opts.cc is questionable, it would completely > override any user-spe

Re: [PATCH] Introduce -flto-partition=locality

2025-04-24 Thread Feng Xue OS
> validate_ipa_reorder_locality_lto_partition (opts, opts_set); I know this patch has already been merged into the trunk. But I think the below piece of code change in opts.cc is questionable, it would completely override any user-specified partition model, suppose that user wants a traditional

Re: [PATCH] Introduce -flto-partition=locality

2025-03-06 Thread Kyrylo Tkachov
Hi Honza, Thanks a lot for the review! Answers inline. I’ve resent an updated version of the patch incorporating the feedback: https://gcc.gnu.org/pipermail/gcc-patches/2025-March/676958.html Thanks, Kyrill > On 5 Jan 2025, at 18:06, Jan Hubicka wrote: > >> Hi all, >> >> This is a patch submi

Re: [PATCH] Introduce -flto-partition=locality

2025-01-05 Thread Jan Hubicka
> Hi all, > > This is a patch submission following-up from the RFC at: > https://gcc.gnu.org/pipermail/gcc/2024-November/245076.html > The patch is rebased and retested against current trunk, some debugging code > removed, comments improved and some fixes added as I've we've done more > testing. >

Re: [PATCH] Introduce -flto-partition=locality

2024-12-20 Thread Kyrylo Tkachov
Ping. Thanks, Kyrill > On 13 Dec 2024, at 16:47, Kyrylo Tkachov wrote: > > Ping. > Thanks, > Kyrill > >> On 28 Nov 2024, at 11:22, Kyrylo Tkachov wrote: >> >> Ping. >> >>> On 15 Nov 2024, at 17:04, Kyrylo Tkachov wrote: >>> >>> Hi all, >>> >>> This is a patch submission following-up from

Re: [PATCH] Introduce -flto-partition=locality

2024-12-13 Thread Kyrylo Tkachov
Ping. Thanks, Kyrill > On 28 Nov 2024, at 11:22, Kyrylo Tkachov wrote: > > Ping. > >> On 15 Nov 2024, at 17:04, Kyrylo Tkachov wrote: >> >> Hi all, >> >> This is a patch submission following-up from the RFC at: >> https://gcc.gnu.org/pipermail/gcc/2024-November/245076.html >> The patch is re

Re: [PATCH] Introduce -flto-partition=locality

2024-11-28 Thread Kyrylo Tkachov
Ping. > On 15 Nov 2024, at 17:04, Kyrylo Tkachov wrote: > > Hi all, > > This is a patch submission following-up from the RFC at: > https://gcc.gnu.org/pipermail/gcc/2024-November/245076.html > The patch is rebased and retested against current trunk, some debugging code > removed, comments impro