Asking for HELP

2024-05-02 Thread Jora Gevorgyan via Gcc
Hi! I'm trying to modify the GCC source code to get something done. But there's a difficulty in understanding how to use some functions and data structures. Please help me with some hints. Here is the problem: in the file GCC-source/gcc/c/c-decl.c, before 'c_decl_attributes' is called in 'start_fu

Re: Asking for HELP

2024-04-09 Thread Richard Biener via Gcc
On Tue, Apr 9, 2024 at 9:47 AM Jora Gevorgyan via Gcc wrote: > > Hi! > > We're trying to improve the optimization process in GCC by adding manual > optimization attributes to some needed functions. I couldn't yet find the > code routine where the attributes can be added to a special function > dec

Asking for HELP

2024-04-09 Thread Jora Gevorgyan via Gcc
Hi! We're trying to improve the optimization process in GCC by adding manual optimization attributes to some needed functions. I couldn't yet find the code routine where the attributes can be added to a special function declaration. Could you please help me understand what's happening there? Than