Re: For-loop optimization question
- From: Twisted <twisted0n3@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 17:51:18 -0000
On Jul 31, 12:51 pm, Patricia Shanahan <p...@xxxxxxx> wrote:
If you do need to optimize it, decide what problem you are trying to
solve. If the problem is cache misses, consider loop tiling. If the
problem is mispredicted branches, put the longer loop on the inside.
What is "loop tiling"? I'm afraid it's not self-explanatory...
.
- References:
- For-loop optimization question
- From: Nino
- For-loop optimization question
- Prev by Date: Re: Status of floating point arithmetic in Java?
- Next by Date: Custom JPanels inside another JPanel.
- Previous by thread: For-loop optimization question
- Next by thread: Re: For-loop optimization question
- Index(es):