So in the output of +LogCompilation there are messages printed
callee is too large
and
too big
associated with specific methods (and the decision by the compiler not to inline).
But isn't the "callee" the method itself? What else could it mean? And if so, what's the difference between "callee too large" and "too big" - wouldn't they mean the same thing (maybe it's just a legacy log message, 2 engineers using different language for the same thing?)
Or is it possible that "callee" really means "caller"?
Either reason would be legitimate for not inlining.
I'm a bit embarrassed that I don't understand this.