Two pointers point to the same chunk of memory, preventing the compiler from doing certain optimizations.
Example
*value
could be an alias for an element of the array it could change on any given iteration.
Nov 05, 20231 min read
Two pointers point to the same chunk of memory, preventing the compiler from doing certain optimizations.
*value
could be an alias for an element of the array it could change on any given iteration.