2.4.3.2.1. GCC Barrier Constructs
asm ("" : : : "memory");
// Full hardware memory barrier
__sync_synchronize (...);