Changeset 9af0fe2d for doc/theses/andrew_beach_MMath
- Timestamp:
- Feb 4, 2021, 10:04:36 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ef0b456
- Parents:
- 29c9b23
- Location:
- doc/theses/andrew_beach_MMath
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/existing.tex
r29c9b23 r9af0fe2d 12 12 obvious to the reader. 13 13 14 \section{\texorpdfstring{Overloading and \lstinline|extern|} 15 {Overloading and extern}} 14 \section{Overloading and \lstinline{extern}} 16 15 \CFA has extensive overloading, allowing multiple definitions of the same name 17 16 to be defined.~\cite{Moss18} -
doc/theses/andrew_beach_MMath/unwinding.tex
r29c9b23 r9af0fe2d 1 \chapter{ \texorpdfstring{Unwinding in \CFA}{Unwinding in Cforall}}1 \chapter{Unwinding in \CFA} 2 2 3 3 Stack unwinding is the process of removing stack frames (activations) from the … … 110 110 alternate transfers of control. 111 111 112 \section{\ texorpdfstring{\CFA Implementation}{Cforall Implementation}}112 \section{\CFA Implementation} 113 113 114 114 To use libunwind, \CFA provides several wrappers, its own storage, personality -
doc/theses/andrew_beach_MMath/uw-ethesis.tex
r29c9b23 r9af0fe2d 92 92 \newcommand{\href}[1]{#1} % does nothing, but defines the command so the 93 93 % print-optimized version will ignore \href tags (redefined by hyperref pkg). 94 %\newcommand{\texorpdfstring}[2]{#1} % does nothing, but defines the command95 94 % Anything defined here may be redefined by packages added below... 96 95
Note: See TracChangeset
for help on using the changeset viewer.