Go in hands-on/memory/false_sharing/
Modify false_sharing.cc, modify GoodCounter such that you don’t have False Sharing. Try to look at the results on timing, what happens if you use -O0, -O1, -O2, -O3 ?