Ignore:
Timestamp:
Nov 26, 2020, 6:52:32 PM (3 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
e3282fe
Parents:
1389810 (diff), 6e7b969 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/cycle.go

    r1389810 r88a0ff6  
    1414        for true {
    1515                <- mine
    16                 next <- 0
     16                select {
     17                case next <- 0:
     18                default:
     19                }
    1720                count += 1
    1821                if  clock_mode && atomic.LoadInt32(&stop) == 1 { break }
Note: See TracChangeset for help on using the changeset viewer.