@arroz well, except gcc -Ofast, obviously
Notable that dynamic code generation has fallen out of favour in database engines (select -> assembly-> machine code) with SIMD opcodes being the replacement because it's a nightmare to debug when a failure happens inside generated code
AVX512 opcodes support breakpoints and debugging if you add them through intrinsics