[llvm-commits] [llvm] r144070 - /llvm/trunk/runtime/libprofile/PathProfiling.c

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 8 02:08:05 PST 2011


2011/11/8 Benjamin Kramer <benny.kra at googlemail.com>:
> I think we can just drop the inline keywords here and let the compiler decide whether it wants to inline that function or not. An optimizer hint that's going to be unused most of the time is not worth that much complexity.

Yeah, that makes sense. At past, I asuumed "static" should be inlined
with optzn. ;)

...Takumi



More information about the llvm-commits mailing list