RED HAT
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 7/4/2024 in #middleware-and-os
Optimizing a bubble sort implementation in C for an x86-64 architecture
Hi @Marvee Amasi ! It's interesting that
-O3
is slower than -O2
for your case. -O3
enables more aggressive optimizations, but these optimizations can sometimes lead to unexpected performance13 replies