Changeset d8f8d08 for doc/theses/andrew_beach_MMath/conclusion.tex
- Timestamp:
- Aug 21, 2021, 5:39:14 PM (3 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/conclusion.tex
r1a6a6f2 rd8f8d08 3 3 % Just a little knot to tie the paper together. 4 4 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. 5 In 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 7 techniques developed for other programming languages but they were adapted to 8 better fit \CFA's feature set and add a few features that do not exist in other 9 EHMs, like conditional catch, default handlers, implicitly changing resumption 10 into termination in the resumption default handler, and cancellation through 11 coroutines and threads back to program main. 11 12 12 13 The resulting features cover all of the major use cases of the most popular
Note: See TracChangeset
for help on using the changeset viewer.