To illustrate the concept of conflicting instructions, we consider schedule 3in
Figure 14.6. The write(A) instruction of T1 conflicts with the read(A) instruction
of T2. However, the write(A) instruction of T2 does not conflict with the read(B)
instruction of T1, because the two instructions access different data items.