Browse Source
This avoids creating two pointers of different types to the same memory. Having two pointers to the same memory can lead to the compiler optimising code such that a write to one pointer is rearranged to be either before or after a read from the other pointer depending on which is deemed faster - not a good outcome.mission-4.1.18
Peter Barker
6 years ago
committed by
Peter Barker
2 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue