How (cont’d)
Software prefetching
- Use of special instructions (cache hints: touch in Power PC, load in register 31 for Alpha)
- Non-binding prefetch (in contrast with proposals to prefetch in registers). If an exception occurs, the prefetch is ignored.
- Must be inserted by software (compiler analysis)
- Advantage: no special hardware
- Drawback: more instructions executed.