A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-E8E1DEA7-42D0-4139-B482-C33D4B6044B3
Visible to Intel only — GUID: GUID-E8E1DEA7-42D0-4139-B482-C33D4B6044B3
Eliminate Incidental Sharing
Sharing problems involving a task and a memory location are incidental if the memory location does not carry information into or out of the task. Therefore, if you replace all uses of the shared memory location in the task with uses of some non-shared memory location, you eliminate the sharing problem without changing the behavior of the program.
The following sections describe incidental sharing problems and their solutions.