Ignore:
Timestamp:
Aug 21, 2021, 5:39:14 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
7372065
Parents:
1a6a6f2 (diff), e56eabac (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' into 'andrew-mmath', collecting Peter's updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/conclusion.tex

    r1a6a6f2 rd8f8d08  
    33% Just a little knot to tie the paper together.
    44
    5 In the previous chapters this thesis presents the design and implementation
    6 of \CFA's EHM.
    7 Both the design and implementation are based off of tools and techniques
    8 developed for other programming languages but they were adapted to better fit
    9 \CFA's feature set and add a few features that do not exist in other EHMs,
    10 like conditional catch.
     5In the previous chapters this thesis presents the design and implementation of
     6\CFA's EHM.  Both the design and implementation are based off of tools and
     7techniques developed for other programming languages but they were adapted to
     8better fit \CFA's feature set and add a few features that do not exist in other
     9EHMs, like conditional catch, default handlers, implicitly changing resumption
     10into termination in the resumption default handler, and cancellation through
     11coroutines and threads back to program main.
    1112
    1213The resulting features cover all of the major use cases of the most popular
Note: See TracChangeset for help on using the changeset viewer.