[llvm-commits] r55638 - /llvm/trunk/include/llvm/Function.h
Devang Patel
dpatel at apple.com
Tue Sep 23 09:23:43 PDT 2008
On Sep 23, 2008, at 1:27 AM, Duncan Sands wrote:
> I thought opt-size was different, and meant: if F is marked opt-size,
> then don't inline things into it if that will make F fat.
Yes, thats the intent....
> I peeked
> inside the inliner and saw that it seems to mean: only inline F into
> callers of F if it won't make them (and not F) fat.
it is quite possible that I did not do the right thing! I'll
investigate.
-
Devang
More information about the llvm-commits
mailing list