source: doc/theses/andrew_beach_MMath/conclusion.tex @ 7372065

ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
Last change on this file since 7372065 was 7372065, checked in by Andrew Beach <ajbeach@…>, 3 years ago

Saved and reverted another set of Peter's changes.

  • Property mode set to 100644
File size: 919 bytes
RevLine 
[d89d150]1\chapter{Conclusion}
2% Just a little knot to tie the paper together.
3
[7372065]4In the previous chapters this thesis presents the design and implementation
5of \CFA's exception handling mechanism (EHM).
6Both the design and implementation are based off of tools and techniques
7developed for other programming languages but they were adapted to better fit
8\CFA's feature set.
[d89d150]9
10The resulting features cover all of the major use cases of the most popular
11termination EHMs of today, along with reintroducing resumption exceptions and
[7372065]12creating some new features that fix with \CFA's larger programming patterns.
[d89d150]13
[7372065]14The implementation has been tested and compared to other implementations.
[d89d150]15The results, while not cutting edge, are good enough for prototyping, which
[7372065]16is \CFA's stage of development.
[d89d150]17
[7372065]18This is a valuable new feature for \CFA in its own right but also serves
19as a tool (and motivation) for other developments in the language.
Note: See TracBrowser for help on using the repository browser.