# Problem - There are no function attributes available. - e.g. `inline`, `nounwind` - Therefore, certain optimization or hinting to backends are impossible. # Solution - Add `attributes` field to function definitions. - Those attributes are backend specific.
Problem
inline,nounwindSolution
attributesfield to function definitions.