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] |
| Other format: | [Raw text] | |
> Ah, I didn't think of that, I think it answers the question... for > vgskin_lackey.so, I get the following sizes: > > normal: 26577 > -fomit-fp: 27299 > > normal stripped: 7780 > -fomit-fp stripped: 7748 > > The stripped versions look as expected, ie. with -fomit-fp it is smaller.
Only by 0.4%, which is nearly at the level of noise. Is this true of the other executables as well?
normal: 242344 -fomit-fp: 261268
normal stripped: 90588 -fomit-fp stripped: 90044
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |