Re: [2.6 patch] kill IN_STRING_C

From: Andi Kleen
Date: Mon Nov 08 2004 - 09:29:09 EST


> Can you still reproduce this problem?
> If not, I'll suggest to apply the patch below which saves a few kB in
> lib/string.o .

I would prefer to keep it because there is no guarantee in gcc
that it always inlines all string functions unless you pass
-minline-all-stringops. And with that the code would
be bloated much more than the few out of lined fallback
string functions.

Even if it works for you with your configuration it's just by luck.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/