fmm
fmm copied to clipboard
Backend-specific function attributes
Problem
- There are no function attributes available.
- e.g.
inline,nounwind
- e.g.
- Therefore, certain optimization or hinting to backends are impossible.
Solution
- Add
attributesfield to function definitions. - Those attributes are backend specific.