Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/ctxswitch/cfa_cor.cfa

    rdfda49f r2316525  
    22#include <thread.hfa>
    33
    4 #include "../bench.h"
     4#include "bench.h"
    55
    6 coroutine C {};
     6coroutine C {} c;
    77void main( __attribute__((unused)) C & ) {
    8         for () {
    9                 suspend;
     8        while () {
     9                suspend();
    1010        }
    1111}
    1212int main( int argc, char * argv[] ) {
    13         C c;
    1413        BENCH_START()
    1514        BENCH(
Note: See TracChangeset for help on using the changeset viewer.