Skip to content

Commit

Permalink
Add section 3.5 (without sub-sections)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-En Wu committed May 3, 2017
1 parent f2d24b4 commit fae08f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* [3.3.5. 其它細節](cpu-caches/cpu-cache-implementation-details/other-details.md)
* [3.4. 指令快取](cpu-caches/instruction-cache.md)
* [3.4.1. 自我修改的程式碼](cpu-caches/instruction-cache/self-modifying-code.md)
* [3.5. 快取錯失的因素](cpu-caches/cache-miss-factors.md)
* [6. 程式設計師能做些什麼?](what-programmers-can-do.md)
* [6.1. 繞過快取](what-programmers-can-do/bypassing-the-cache.md)

4 changes: 4 additions & 0 deletions cpu-caches/cache-miss-factors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 3.5. 快取錯失的因素

我們已經看過,在記憶體存取沒有命中快取時的成本一飛沖天。有時候這是無可避免的,而瞭解實際的成本、以及能做些什麼來減輕問題是很重要的。

0 comments on commit fae08f3

Please sign in to comment.