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

Re: [PATCH] fix ix86 prefetch support with -Os


On Tue, Jan 15, 2002 at 12:44:44PM -0800, Janis Johnson wrote:
> This patch allows -fprefetch-loop-arrays to work with -Os ...

-Os should never generate prefetch instrctions.  They only
add to the size of the executable.


r~


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