C: Difference between revisions

31 bytes added ,  15 years ago
m
[unchecked revision][unchecked revision]
Line 31:
 
To fix possible issues due to optimizations performed by processors on runtime (e.g. reordering instructions and memory accesses, caching memory) make sure you use [[atomic operation]]s or [[memory barriers]] where neccessary. This however isn't an optimization specific to the C/C++ language but rather platform and hardware specific.
 
 
See also: [[C preprocessor]]
 
[[Category:Languages]]
Anonymous user