Tool/software: Code Composer Studio
Hi everybody ,
I need for some functions max speed , and woudl like to use Static Inline .
now I m on CCS8 , compiler 18.1 , and even using pragma FUNC_ALWAYS_INLINE I m not able to get the compiler do the inlining , the assembler is the same . Everytime I see a function call .
I tried with all level of optimization and with or without the pragma FUNC_ALWAYS_INLINE ( in attach example of what I see , a function call ) . inline issue in compiling.docx
please what should I check ?
do you have a small working example to cross check ?
best regards
Carlo