Open64 5.0 released
Open64 5.0 released
Posted Nov 12, 2011 4:51 UTC (Sat) by Cyberax (✭ supporter ✭, #52523)In reply to: Open64 5.0 released by daglwn
Parent article: Open64 5.0 released
I have just checked - most of my Linux software is compiled with -O2 and at most a couple of other optimization flags. So this comparison is very relevant.
>-O2 in gcc means something very different from -O2 of Clang/LLVM and likely means something entirely different again in Open64.
That is also incorrect. -O2 is a generic flag which means "turn on all sane optimizations" in all three compilers. Of course, optimizations used are going to be different - but that's the point.
And Open64 seems to fare significantly better than GCC in most of the tests.
