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: [RFC] Don't schedule prefetch INSNs


"Andreas Krebbel" <krebbel@linux.vnet.ibm.com> writes:
> I'm experimenting with prefetching instructions in the S/390 back-end
> and found it rather annoying that the instruction scheduler shuffles
> them around.

Do you mean this within the same basic block?  Prefetching something that will
be accessed in the same basic block is probably not very profitable (unless
the block is huge).

Adam


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