This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


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

Re: -mpreferred-stack-boundary=2?


Hi!

Friday, 02 November, 2001 Christopher Faylor cgf@redhat.com wrote:

CF> I just added the -mpreferred-stack-boundary=2 option to Makefile.common.
CF> Is there a good reason not to do this?  From the description in
CF> gcc.info, it seems like the cases that they are talking about don't
CF> affect the cygwin part of things, although it would conceivably be iffy
CF> to use this switch in the newlib.

CF> The code size reduction is noticeable.

i have no problems with this. I'm getting a lot of "can't inline"
warnings with gcc-2.95.2 due to to-be-inlined function is defined
after it's called, however. gcc-3.0.2 doesn't have this problem but i
wonder if it's feasible to reorganize function order to accommodate
older compilers? patch attached.

btw, what do you think about -Werror ?

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19

fix-inline-warnings.diff

fix-inline-warnings.ChangeLog


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