Ignore:
Timestamp:
Sep 13, 2021, 1:42:07 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

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

    r56e5b24 rb5ec090  
    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.