Changeset cf01d0b for doc/theses/aaron_moss_PhD/phd/generic-bench.tex
- Timestamp:
- Apr 23, 2019, 11:52:28 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c4b5486
- Parents:
- 8f55e8e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/aaron_moss_PhD/phd/generic-bench.tex
r8f55e8e9 rcf01d0b 1 1 \chapter{Generic Stack Benchmarks} \label{generic-bench-app} 2 2 3 Throughout, !/***/! designates a counted redundant type annotation; code reformatted slightly for brevity. 3 This appendix includes the generic stack code for all four language variants discussed in Section~\ref{generic-performance-sec}. Throughout, !/***/! designates a counted redundant type annotation; these include !sizeof! on a known type, repetition of a type name in initialization or return statements, and type-specific helper functions. 4 The code is reformatted slightly for brevity. 4 5 5 6 \section{C}
Note: See TracChangeset
for help on using the changeset viewer.