This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is there a site for unofficail patches?
- To: jfm2 at club-internet dot fr
- Subject: Re: Is there a site for unofficail patches?
- From: Philipp Thomas <pthomas at suse dot de>
- Date: Thu, 24 Aug 2000 00:20:23 +0200
- Cc: gcc at gcc dot gnu dot org
- References: <20000821223929.1E811F426@agnes.fremen.dune>
* jfm2@club-internet.fr (jfm2@club-internet.fr) [20000822 00:32]:
> I have found that gcc 2.95.2 tends to coredump in Linux (RedHat 6.2)
> when compiling with -O3 -mcpu=i686 -mpreferred-stack-boundary=2
^^^
This won't buy you anything! -O3 only gets you automatic inlining which is
useless for the Linux kernel as functions are explicitely marked inline
where necessary for speed. There's a reason why the kernel makefiles use -O2
by default.
Philipp
--
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany
#define NINODE 50 /* number of in core inodes */
#define NPROC 30 /* max number of processes */
-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h