Jump to content

Pointer aliasing (computer programming)

From Simple English Wikipedia, the free encyclopedia
Revision as of 14:01, 16 February 2017 by Matt11235 (talk | changes) (Create page on pointer aliasing.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Pointer aliasing is where two or more pointers reference the same memory location. It can cause issues with optimizing compilers.