xref: /original-bsd/old/pcc/c2.tahoe/NOTES.3 (revision 95407d66)
1Problem: By returning p->forw, we kill the std's operand, which in turn
2causes the std to be deleted the next time around.
3We WANT this to occur, however, if there are no more
4uses of r0 or r1 between q and the original uses[r].
5So we must loop in flops() until we run out of uses.
6