This is a GNU attribute that causes functions called by a function with the
attribute to be inlined where possible. It is implemented by giving calls
in such functions the alwaysinline attribute.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM