I'm still new in programming due to this chess AI hobby. Though still intermediate in knowledge, I managed to catch up and learn minor insertion of scripts on some free sources and compile them for my own use. Even without PGO, I still could manage a fairly optimized chess engine. Simple EPD tests are my only tool to check if my compiles are fairly the same as the original.
Are these speed compiled and PGO compiled engines the same? A lot of individuals like Jim Ablett has given me tips on PGO compiling using Intel C++ compiler. I only asked this since my compilers are not PGO enabled and usually the free stuffs (Borland, MingW, GCC, Cygwin, DEVCPP, Codeblocks,OpenWatcom, MSVC6) or I just missed the function. If it were Machine Design, Thermodynamics, Fluid Mechanics and the like, I woudn't even ask. But I'm simply dumb in this area, so I want to know additional info.