Changeset 315e5e3
- Timestamp:
- Aug 19, 2021, 3:49:18 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 1a6a6f2, 3a3f396
- Parents:
- 7620e5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/conclusion.tex
r7620e5d r315e5e3 3 3 4 4 In the previous chapters this thesis presents the design and implementation 5 of \CFA's exception handling mechanism (EHM).5 of \CFA's EHM. 6 6 Both the design and implementation are based off of tools and techniques 7 7 developed for other programming languages but they were adapted to better fit 8 \CFA's feature set. 8 \CFA's feature set and add a few features that do not exist in other EHMs, 9 like conditional catch. 9 10 10 11 The resulting features cover all of the major use cases of the most popular 11 12 termination EHMs of today, along with reintroducing resumption exceptions and 12 creating some new features that fix with \CFA's larger programming patterns. 13 creating some new features that fit with \CFA's larger programming patterns, 14 such as virtuals independent of traditional objects. 13 15 14 The implementation has been tested and compared to other implementations. 16 The implementation has been tested through a set of small but interesting micro-benchmarks 17 and compared to other implementations. 15 18 The results, while not cutting edge, are good enough for prototyping, which 16 is \CFA's stage of development.19 is \CFA's current stage of development. 17 20 18 This i s a valuable new feature for \CFA in its own right but also serves19 as a tool (and motivation)for other developments in the language.21 This initial EHM is a valuable new feature for \CFA in its own right but also serves 22 as a tool and motivation for other developments in the language.
Note: See TracChangeset
for help on using the changeset viewer.