What is Shadow Memory? Can SO briefly shed light on how memory profiling tools use it?
+3
A:
You either mean general term: http://en.wikipedia.org/wiki/Shadow_memory
Or particular feature used in PC, which is better knowns as "shadow RAM": http://en.wikipedia.org/wiki/RAM#Shadow_RAM
vartec
2009-04-02 16:16:51
+1
A:
Shadow Memory is RAM that lives at the same address as ROM. It's used because it's faster and also because it can be modified (e.g. setting breakpoints).
MarkusQ
2009-04-02 16:17:53