Ignore:
Timestamp:
Sep 10, 2021, 10:43:15 AM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
63b3279
Parents:
d0b9247
Message:

Andrew MMath: Used (most of) Gregor's feedback to update the thesis. There are still a few \todo items as well as a general request for examples.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/uw-ethesis-frontpgs.tex

    rd0b9247 r9cdfa5fb  
    137137This thesis covers the design and implementation of the \CFA EHM,
    138138along 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.
     139The EHM includes common features of termination exception handling,
     140which abandons and recovers from an operation,
     141and similar support for resumption exception handling,
     142which repairs and continues with an operation.
    141143The design of both has been adapted to utilize other tools \CFA provides,
    142144as well as fit with the assertion based interfaces of the language.
     
    144146The EHM has been implemented into the \CFA compiler and run-time environment.
    145147Although it has not yet been optimized, performance testing has shown it has
    146 comparable performance to other EHM's,
     148comparable performance to other EHMs,
    147149which is sufficient for use in current \CFA programs.
    148150
Note: See TracChangeset for help on using the changeset viewer.