Changeset 3b402339 for doc/theses/andrew_beach_MMath/implement.tex
- Timestamp:
- Feb 2, 2021, 9:56:41 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3d67f83
- Parents:
- 144fa5c (diff), 1c1c180 (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/implement.tex
r144fa5c r3b402339 278 278 @_URC_END_OF_STACK@. 279 279 280 Second, when a handler is matched, raise exception continues onto the cleanup phase. 280 Second, when a handler is matched, raise exception continues onto the cleanup 281 phase. 281 282 Once again, it calls the personality functions of each stack frame from newest 282 283 to oldest. This pass stops at the stack frame containing the matching handler.
Note: See TracChangeset
for help on using the changeset viewer.