FIG. 10 illustrates an example of an initial memory assignment and processor assignment. Specifically, region 1002 of FIG. 10 depicts a hyper-kernel's mapping between physical blocks of memory (on the left hand side) and the current owner of the memory (the center column). The right column shows the previous owner of the memory. As this is the initial memory assignment, the current and last owner columns hold the same values. Region 1004 of FIG. 10 depicts a hyper-kernel's mapping between system virtual processors (on the left hand side) and the physical nodes (center column)/core numbers (right column).
Suppose virtual processor P00 makes a memory request to read location 8FFFF and that the hyper-kernel decides to move one or more memory blocks containing 8FFFF to the same node as P00 (i.e., node 0). Block 8FFFF is located on node 2. Accordingly, the blocks containing 8FFFF are transferred to node 0, and another block is swapped out (if evacuation is required and the block is valid), as shown in FIG. 11.
Next, suppose virtual processor P06 makes a memory request to read location 81FFF. The contents of this block have been moved (as shown in FIG. 11) to node 0. The hyper-kernel may determine that, rather than moving the memory again, the computation should be moved. Accordingly, virtual processor P06 is moved to node 0, and may be swapped with virtual processor P01, as shown in FIG. 12.
Performance Information
Locks and Other Synchronizers