Changeset b5ec090 for doc/theses/andrew_beach_MMath/uw-ethesis-frontpgs.tex
- Timestamp:
- Sep 13, 2021, 1:42:07 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 445f984
- Parents:
- 56e5b24 (diff), 63b3279 (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/uw-ethesis-frontpgs.tex
r56e5b24 rb5ec090 137 137 This thesis covers the design and implementation of the \CFA EHM, 138 138 along with a review of the other required \CFA features. 139 The EHM includes common features of termination exception handling and 140 similar support for resumption exception handling. 139 The EHM includes common features of termination exception handling, 140 which abandons and recovers from an operation, 141 and similar support for resumption exception handling, 142 which repairs and continues with an operation. 141 143 The design of both has been adapted to utilize other tools \CFA provides, 142 144 as well as fit with the assertion based interfaces of the language. … … 144 146 The EHM has been implemented into the \CFA compiler and run-time environment. 145 147 Although it has not yet been optimized, performance testing has shown it has 146 comparable performance to other EHM 's,148 comparable performance to other EHMs, 147 149 which is sufficient for use in current \CFA programs. 148 150
Note: See TracChangeset
for help on using the changeset viewer.