This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Decrease excessive string literal alignment on IA-32/AMD64
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 26 Jan 2004 13:10:35 -0800
- Subject: Re: [PATCH] Decrease excessive string literal alignment on IA-32/AMD64
- References: <20040121093425.GV31589@devserv.devel.redhat.com> <20040121180506.GA14799@redhat.com> <20040126093931.GD31589@devserv.devel.redhat.com>
On Mon, Jan 26, 2004 at 04:39:32AM -0500, Jakub Jelinek wrote:
> * config/i386/i386.c (ix86_constant_alignment): Decrease alignment
> of long string literals from 32 bytes to sizeof (void *) when !-Os
> and to 1 with -Os.
r~