kernel_compiler_patch icon indicating copy to clipboard operation
kernel_compiler_patch copied to clipboard

Benchmarks

Open FireBurn opened this issue 3 years ago • 1 comments
trafficstars

I'm not sure if you noticed the phoronix article: https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.19-O3-March-Native

Which showed -march=native being much slower than just using -O2 or -O3

Has anyone else managed to verify this? Was it a fluke on that particular processor or arch? Was it a GCC 11 issue? etc etc

FireBurn avatar Jul 21 '22 12:07 FireBurn

oh this looks interesting. looks like is thanks to this patch series: https://lore.kernel.org/lkml/[email protected]/

aliceinwire avatar Jul 22 '22 05:07 aliceinwire