Ira Rosen wrote on 01/02/07 03:44:
In the example of dynamic partitioning below (Figure 6), I don't understand
why MEM7 is not killed in line 13 and is killed in line 20 later. As far as
I understand, in line 13 'c' is in the alias set, and it's currdef is MEM7,
so it must be killed by the store in line 14. What am I missing?
You are absolutely correct. MEM7 should indeed be killed in line 13
(serves me right for manually changing the code).
Thanks for pointing it out. I will correct the document.