Closed CoherenceController closed 8 years ago
First pass. Keep track of a different phase update in each branch. It only allows equal total phase per branch (unless there are no further instructions after branching). Also, it does not allow nested loops. --DR
@dieris any unit-tests possible?
does this make sense? I could make more tests if it does
@dieris that's fine for now. If we run into more issues we'll improve the coverage.
First pass. Keep track of a different phase update in each branch. It only allows equal total phase per branch (unless there are no further instructions after branching). Also, it does not allow nested loops. --DR