Ignore:
Timestamp:
Oct 26, 2017, 4:22:17 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
6a5be52
Parents:
f54a0ab
Message:

added behcnmarks for signal and waitfor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/creation/cfa_cor.c

    rf54a0ab r9f0b975  
    55
    66coroutine MyCoroutine {};
    7 void main(MyCoroutine * this) {}
     7void ?{} (MyCoroutine & this) { prime(this); }
     8void main(MyCoroutine & this) {}
    89
    910int main(int argc, char* argv[]) {
Note: See TracChangeset for help on using the changeset viewer.