Re: [PATCH] Make gcc -align options .config-settable

From: Denis Vlasenko
Date: Fri Oct 08 2004 - 15:53:10 EST


> > > I would just do a single CONFIG_NO_ALIGNMENTS that sets everything to
> > > 1, that should be enough.
> >
> > For me, yes, but there are people which are slightly less obsessed
> > with code size than me.
> >
> > They might want to say "try to align to 16 bytes if
> > it costs less than 5 bytes" etc.
>
> If they want to go down to that low level they can as well edit
> the Makefiles. But we already have far too many configs and
> adding new ones for obscure compiler options is not a good idea.
>
> Also we don't normally add stuff "just in case", but only when
> people actually use it.

I have a suspicion that if I had submitted CONFIG_NO_ALIGNMENTS
patch instead, there would be comments from another crowd,
about it being too coarse.

Look at the post of Grzegorz Kulewski.

Anyway, I don't have strong preference. I just want to be at least
able to disable code alignment completely.
--
vda

-
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/