len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Problems:

1. duplicated indirect addressing

2. cache misses

3. long latency

4. unnecessary calculations

Solutions:

1. address once

2. allocate memory in more efficient way

3. hide latency with multi-pipelining/prefetching

4. optimize the algorithm

posted on 2009-11-01 12:23  Len3d  阅读(186)  评论(1编辑  收藏  举报