|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Since the earliest days of microprocessors, system designers have been plagued by a problem in which the
speed of the CPU's operation exceeded the bandwidth of the memory subsystem to which it was connected.
To avoid wasting CPU cycles while waiting for the memory to fetch the requested data, the universally
adopted solution was to use an area of faster (and thus more expensive) memory to cache main memory data.
This solution allowed the CPU to operate at its natural speed as long as the data it required was available in
the cache. |
|