Hello!
For benchmarking purposes, I would like to fulfull the CPU's cache with nops, before executing the actual code.The solution I've implemented uses macroses: https://ideone.com/2f3sIq
It should work, but the problem, that it takes ~1200ms for a compiler to compile it. Isn't there any better way?