Pergunta de entrevista da empresa NVIDIA

will cache affect memory I/O register?

Respostas da entrevista

Sigiloso

25 de jul. de 2012

cache affects memory I/O reg. When using peripherals you want memory accesses to happen in a certain order (mostly because of hardware constraints) so you want to avoid reordering. This is exactly what you would expect cache to do; temporarily store instructions and perform optimizations by grouping/reordering. You might get unexpected errors because of this.

4

Sigiloso

24 de mai. de 2011

Depends if the I/O register is memory mapped, processor type and a host of other things..

2

Sigiloso

16 de jul. de 2011

this is related to cache coherency.

Sigiloso

4 de fev. de 2011

may be not..