Ignore:
Timestamp:
Nov 9, 2017, 10:59:04 AM (6 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:
3edc2df, ea7d2b0
Parents:
954908d
Message:

Updated benchmark creation for coroutines and better fix for inittweak destructor

File:
1 edited

Legend:

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

    r954908d r3351cc0  
    55
    66coroutine MyCoroutine {};
    7 void ?{} (MyCoroutine & this) { prime(this); }
     7void ?{} (MyCoroutine & this) {
     8#ifdef EAGER
     9        prime(this);
     10#endif
     11}
    812void main(MyCoroutine & this) {}
    913
Note: See TracChangeset for help on using the changeset viewer.