Re: [statistics.cc] Emit asm name of function with -fdump-statistics-asmname

2022-06-26 Thread Richard Biener via Gcc-patches
> Am 27.06.2022 um 06:51 schrieb Prathamesh Kulkarni > : > > On Mon, 20 Jun 2022 at 12:52, Richard Biener > wrote: >> >>> On Thu, Jun 16, 2022 at 5:05 PM Prathamesh Kulkarni via Gcc-patches >>> wrote: >>> >>> Hi, >>> I just noticed -fdump-statistics supports asmname sub-option, which >>>

Re: [statistics.cc] Emit asm name of function with -fdump-statistics-asmname

2022-06-26 Thread Prathamesh Kulkarni via Gcc-patches
On Mon, 20 Jun 2022 at 12:52, Richard Biener wrote: > > On Thu, Jun 16, 2022 at 5:05 PM Prathamesh Kulkarni via Gcc-patches > wrote: > > > > Hi, > > I just noticed -fdump-statistics supports asmname sub-option, which > > according to the doc states: > > "If DECL_ASSEMBLER_NAME has been set for a

Re: [statistics.cc] Emit asm name of function with -fdump-statistics-asmname

2022-06-26 Thread Jeff Law via Gcc-patches
On 6/16/2022 9:04 AM, Prathamesh Kulkarni via Gcc-patches wrote: Hi, I just noticed -fdump-statistics supports asmname sub-option, which according to the doc states: "If DECL_ASSEMBLER_NAME has been set for a given decl, use that in the dump instead of DECL_NAME. Its primary use is ease of use

Re: [statistics.cc] Emit asm name of function with -fdump-statistics-asmname

2022-06-20 Thread Richard Biener via Gcc-patches
On Thu, Jun 16, 2022 at 5:05 PM Prathamesh Kulkarni via Gcc-patches wrote: > > Hi, > I just noticed -fdump-statistics supports asmname sub-option, which > according to the doc states: > "If DECL_ASSEMBLER_NAME has been set for a given decl, use that in the dump > instead of DECL_NAME. Its primary

[statistics.cc] Emit asm name of function with -fdump-statistics-asmname

2022-06-16 Thread Prathamesh Kulkarni via Gcc-patches
Hi, I just noticed -fdump-statistics supports asmname sub-option, which according to the doc states: "If DECL_ASSEMBLER_NAME has been set for a given decl, use that in the dump instead of DECL_NAME. Its primary use is ease of use working backward from mangled names in the assembly file." When pass