Ignore:
Timestamp:
Jul 25, 2022, 1:47:25 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
ffec1bf
Parents:
8fe35be
Message:

Fixed some small errors in benchmarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/cycle.cfa

    r8fe35be r1f950c3b  
    5555                        Partner * thddata = alloc(tthreads);
    5656                        for(i; tthreads) {
    57                                 (thddata[pi]){};
     57                                (thddata[i]){};
    5858                                unsigned pi = (i + nthreads) % tthreads;
    5959                                thddata[i].next = &thddata[pi].self;
Note: See TracChangeset for help on using the changeset viewer.