This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/78709] Code size is bigger at -Os than at -O3


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78709

--- Comment #1 from ErikaMolnar <erika.molnar at cyberthorstudios dot com> ---
The code size is smaller because of -ftree-loop-distribute-patterns, this
options has no effect on –Os.

Could you make this optimization to work on –Os also? as it is quite useful.

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