Changeset c2a9d88
- Timestamp:
- Aug 21, 2021, 6:31:09 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 9cd37d9
- Parents:
- 7372065
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/conclusion.tex
r7372065 rc2a9d88 1 1 \chapter{Conclusion} 2 \label{c:conclusion} 2 3 % Just a little knot to tie the paper together. 3 4 4 5 In the previous chapters this thesis presents the design and implementation 5 6 of \CFA's exception handling mechanism (EHM). 6 Both the design and implementation are based off of tools and techniques 7 developed for other programming languages but they were adapted to better fit 8 \CFA's feature set. 7 Both the design and implementation are based off of tools and 8 techniques developed for other programming languages but they were adapted to 9 better fit \CFA's feature set and add a few features that do not exist in 10 other EHMs; 11 including conditional matching, default handlers for unhandled exceptions 12 and cancellation though coroutines and threads back to the program main stack. 9 13 10 14 The resulting features cover all of the major use cases of the most popular 11 15 termination EHMs of today, along with reintroducing resumption exceptions and 12 creating some new features that fix with \CFA's larger programming patterns. 16 creating some new features that fit with \CFA's larger programming patterns, 17 such as virtuals independent of traditional objects. 13 18 14 The implementation has been tested and compared to other implementations. 19 The \CFA project's test suite has been expanded to test the EHM. 20 The implementation's performance has also been 21 compared to other implementations with a small set of targeted 22 micro-benchmarks. 15 23 The results, while not cutting edge, are good enough for prototyping, which 16 is \CFA's stage of development.24 is \CFA's current stage of development. 17 25 18 This is a valuable new feature for \CFA in its own right but also serves 19 as a tool (and motivation) for other developments in the language. 26 This initial EHM will bring valuable new features to \CFA in its own right 27 but also serves as a tool and motivation for other developments in the 28 language.
Note: See TracChangeset
for help on using the changeset viewer.