A Busy Wait Loop For The Eye! [compiler Optimization Rant]
for(int i = 25; i > 0; i--){
for(int j = 2147483647; j > 0; j--){
// this loop is supposed to busy wait
}
}
I was supposed to implement scheduling and then test which scheduling was better; the one I had written (Pri...
dhondpratyay.hashnode.dev4 min read