Instruction Cache Memory的意思|示意
指令高速缓存存储器
Instruction Cache Memory的网络常见释义
指令高速缓存 指令高速缓存(Instruction Cache Memory) 指令独立性(Instruction Dependencies) .
Instruction Cache Memory相关例句
If the data or instruction is not present in the cache, or if the cache line is invalidated, the CPU updates its cache by reading the data from the main memory.
如果数据或指令没有出现在高速缓存中,或者如果高速缓存线路无效的时候,CPU通过从主存储器中读数据来更新它的高速缓存。
Neither a memory management unit nor an instruction or data cache are used.
这既不需要使用内存管理单元,也不需要使用指令或数据缓存。
In a computer with the contrasting von Neumann architecture (and no CPU cache), the CPU can be either reading an instruction or reading/writing data fROM/to the memory.
在基于冯诺依曼架构的计算机中(没有CPU缓存),CPU或者从存储器中读取指令或数据,或者在存储器中写入数据。
In a computer using the Harvard architecture, the CPU can both read an instruction and perform a data memory access at the same time, even without a cache.
在使用哈佛架构的计算机中,即使没有缓存,CPU也可以在读取指令的同时进行数据访问。