Force a function to be inline in Clang/LLVM

后端 未结 5 1624
醉话见心
醉话见心 2021-02-05 11:39

Is there a way to force an inline function in Clang/LLVM?

AFAIK, the following is just a hint to the compiler but it can ignore the request.

__attribute_         


        
5条回答
提交回复
热议问题