Changeset 221d40c for doc/theses/mike_brooks_MMath
- Timestamp:
- Aug 13, 2025, 8:22:43 AM (5 weeks ago)
- Branches:
- master
- Children:
- 56deb9bc
- Parents:
- 7e2739f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/uw-ethesis-frontpgs.tex
r7e2739f r221d40c 142 142 \begin{enumerate}[leftmargin=*] 143 143 \item 144 Introduce a small number of subtle changes to the typing rules for the C array, while still achieving significant backwards compatibility 144 Introduce a small number of subtle changes to the typing rules for the C array, while still achieving significant backwards compatibility. 145 145 \item 146 146 Create a new polymorphic mechanism in the \CFA @forall@ clause to specify array dimension values, similar to a fixed-typed parameter in a \CC \lstinline[language=C++]{template}. … … 152 152 Substrings are supported, including the ability for overlapping ranges to share edits transparently. 153 153 \end{enumerate} 154 The thesis includes a performance evaluation that shows the \CFA containers perform comparably with their C counterparts in many programming cases.154 The thesis includes a performance evaluation that shows the new \CFA containers perform comparably with their C counterparts in many programming cases. 155 155 156 156 \cleardoublepage
Note:
See TracChangeset
for help on using the changeset viewer.