Ignore:
Timestamp:
Jun 16, 2017, 3:22:56 PM (7 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:
d33bc7c
Parents:
4eb31f2b (diff), 1a42132 (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
  • doc/working/exception/impl/exception.h

    r4eb31f2b rf522618  
    88// These might be given simpler names and made public.
    99void __throw_terminate(exception except) __attribute__((noreturn));
     10void __rethrow_terminate(void) __attribute__((noreturn));
    1011void __throw_resume(exception except);
    1112
     
    2223
    2324
    24 // When I have it working in a single threaded environment.
     25
     26/* The following code is temperary. How exceptions interact with coroutines
     27 * and threads means that... well I'm going to get it working ignoring those
     28 * first, then get it working with concurrency.
     29 */
    2530struct shared_stack_t {
    2631        //struct lock lock;
Note: See TracChangeset for help on using the changeset viewer.