I am optimizing a c program and I would like to know if it does make any sense to use __attribute__ ((pure))
and static inline
both in the same function declaration?
↧
Does it provide any benefits to simultaneously use __attribute__ ((pure)) and static inline?
↧