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 biggerbinaries than MSVC


> Date: Fri, 12 May 2000 13:13:16 -0700
> From: Tim Prince <tprince@computer.org>
> To: Mike Stump <mrs@windriver.com>, jh@suse.cz
> Cc: egcs@egcs.cygnus.com, law@cygnus.com, mat@lcs.mit.edu
> References: <200005121918.MAA09288@kankakee.wrs.com>

> I often use the -Os option because it runs as fast or faster on x86
> than -O2.

Well, either that is a bug in -O2 :-), or that argues for -Os4 v -Os1.

Maybe deferring globals and fitting them together better would be
better for both time and space...

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