On Tue, Apr 9, 2024 at 9:47 AM Jora Gevorgyan via Gcc <gcc@gcc.gnu.org> 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 > declaration. Could you please help me understand what's happening there?
I think you need to elaborate on what kind of attributes and what exactly a special function declaration is for us to give a reasonable answer. Maybe giving an example helps understanding your request. Richard. > Thanks in advance.