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


On Fri, May 12, 2000 at 10:10:22AM +0200, Jan Hubicka wrote:
> Only what I want to be sure is that my point about combining -O2 and -Os
> code is understood. Do we wan´t the -O2 code compiled together with -Os
> code to run slower because of missaligned data comming from the -Os part?

Yes.  It's no different really than -O2 code calling into -Os code.


r~

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