Changeset 6224eeb for doc/theses/mike_brooks_MMath/background.tex
- Timestamp:
- Apr 27, 2026, 8:05:23 PM (29 hours ago)
- Branches:
- master
- Children:
- c910d308
- Parents:
- b3e77cc
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/background.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/background.tex
rb3e77cc r6224eeb 225 225 \end{cquote} 226 226 % I believe it is possible to refute any code examples purporting to show pointer arithmetic is faster than subscripting. 227 % This belie vestems from the performance work I did on \CFA arrays, where it is possible to generate equivalent \CFA subscripting and performance to C subscripting.227 % This belief stems from the performance work I did on \CFA arrays, where it is possible to generate equivalent \CFA subscripting and performance to C subscripting. 228 228 229 229 Unfortunately, C semantics want a programmer to \emph{believe} an array variable is a \emph{pointer to its first element}.
Note:
See TracChangeset
for help on using the changeset viewer.