Modern optimizing compilers are truly amazing. Rust / LLVM just broke my brain by turning what I was SURE would be poorly optimized code due to indirection into a tight result with zero perceptible overhead.
@molly0xfff this was what mine looked like (sorry i don't have another photo) that was delivering false results. if yours looks alike, you might repeat the test with no sample and see if it gives a false positive.
Modern optimizing compilers are truly amazing. Rust / LLVM just broke my brain by turning what I was SURE would be poorly optimized code due to indirection into a tight result with zero perceptible overhead. Modern CPUs also probably help.
@molly0xfff this was what mine looked like (sorry i don't have another photo) that was delivering false results. if yours looks alike, you might repeat the test with no sample and see if it gives a false positive.