RFC: Prefetch instruction support

Brad Lucier lucier@math.purdue.edu
Tue Apr 11 14:10:00 GMT 2000


Altivec on PowerPC G4 also has prefetch instructions that may be useful
for regular code, even if you don't generate vector Altivec instructions.

It would be useful on the Alpha, too.  Right now on my 21264 I'm memory
bound (some computations are basically free, compared to what it would cost
to store them on the heap for retrieval).

Brad Lucier


More information about the Gcc mailing list