On Tue, Apr 21, 2015 at 3:57 PM, Hagen Paul Pfeifer <ha...@jauu.net> wrote: > > Is it possible that gcc is bedeviled because of inline assembler > parts which brings confuse the internal scoring system?
yes, I have this memory of having seen that before - the size heuristics for gcc getting confused by inlining. I'm wondering if maybe it uses the size of the string to approximate the size, or just uses some random variable. It might be a good idea to mark things that are basically just wrappers around a single (or a couple of) asm instruction to be always_inline. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/