This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: (-Os versus -O2 relation) Was: case where gcc generates bigger binaries than MSVC


> From: Michael Meissner <meissner@cygnus.com>
> Date: Thu, 11 May 2000 21:19:40 -0400
> To: Jan Hubicka <jh@suse.cz>

> By the way, on machines that don't have the equivalent of REP MOVS,
> making DATA_ALIGNMENT and CONSTANT_ALIGNMENT smaller will actually
> make the text space larger (if the alignment allows a string to be
> put on a word or double word boundary, and you are moving into a
> suitablly aligned structure, you need fewer loads and stores).

Ah, yes.  A conditional on STRICT_ALIGNMENT should be all that is necessary?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]