Visible to Intel only — GUID: GUID-1B171515-752A-4FF2-A2B4-D12D98110F26
Visible to Intel only — GUID: GUID-1B171515-752A-4FF2-A2B4-D12D98110F26
Memory That is Accessed Through a Pointer
In the topic Pointer Dereferences, we saw that there are techniques for dealing with incidental sharing of pointer-accessed storage in particular cases.
In general, to deal with sharing problems at indirect references you have to really understand what your program is doing. You cannot just do a text search for all the uses of a shared location and apply some transformation mechanically.
Although you may not know which memory location is being accessed by an indirect reference, you may be able to tell that a set of indirect references using the same pointer valu