Date: Wed, 5 Jun 2002 20:36:33 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 i386.c i386.h Message-ID: <200206060336.g563aXi28885@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2002/06/05 20:36:33 PDT Modified files: contrib/gcc/config/i386 i386.c i386.h Log: Implement "-mno-align-long-strings" which prevents pessimization of strings for space. -Os could do this, but it was easy to hack an MD version. This saves a whole 32 bytes in boot2, so I think it is worth using it. (keep how much worse gcc 3.2 will compile boot2...) Submitted by: bde (minus gcc 3.2 commentary) Revision Changes Path 1.11 +2 -2 src/contrib/gcc/config/i386/i386.c 1.10 +7 -0 src/contrib/gcc/config/i386/i386.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206060336.g563aXi28885>