[PATCH] D32092: Attribute inline

Zahira Ammarguellat via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 13:08:17 PDT 2017


zahiraam added a comment.

Pushed the submit too fast ...
Before I submitted this review, I have done some experiments and inline and declspec(inline) have the same behavior. Compiling with /Ob0 disables inlining. With -O1 or -O2, inline happens.


https://reviews.llvm.org/D32092





More information about the cfe-commits mailing list