Hi all, I have 3 functions- fun1, fun2, fun3 in the same source file and i want to enable one or any of the gcc optimization pass to code in fun2 only,
1. Is it possible to implement this using function attributes or #pragms's? 2. What will be its side-effects? Regards, Rohit