Hi,
What is the default auto-inline threshold(--auto_inline=size) when -O3 is enabled? In the document "TMS320C6000 Optimizing Compiler v7.4" it's just mentioned as "Inlines calls to small functions" . But what exactly is the number of bytes for which the compiler inlines any function?
Also, what is the general recommendation for auto-inline threshold if I choose to override default value in -O3 for better performance. I am fine with increased code size.
I am using cg tools version 7.4.1 to compile for C66x architecture.
Regards,
Vijay