Ignore:
Timestamp:
Aug 13, 2025, 8:22:43 AM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
56deb9bc
Parents:
7e2739f
Message:

small corrections to abstract

File:
1 edited

Legend:

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

    r7e2739f r221d40c  
    142142\begin{enumerate}[leftmargin=*]
    143143\item
    144 Introduce a small number of subtle changes to the typing rules for the C array, while still achieving significant backwards compatibility
     144Introduce a small number of subtle changes to the typing rules for the C array, while still achieving significant backwards compatibility.
    145145\item
    146146Create 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}.
     
    152152Substrings are supported, including the ability for overlapping ranges to share edits transparently.
    153153\end{enumerate}
    154 The thesis includes a performance evaluation that shows the \CFA containers perform comparably with their C counterparts in many programming cases.
     154The thesis includes a performance evaluation that shows the new \CFA containers perform comparably with their C counterparts in many programming cases.
    155155
    156156\cleardoublepage
Note: See TracChangeset for help on using the changeset viewer.