Linked by Eugenia Loli-Queru on Tue 24th Oct 2006 04:33 UTC, submitted by mcsimpson
Thread beginning with comment 174890
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: Should be Solaris vs Win 2003....
by falemagn on Wed 25th Oct 2006 08:41
in reply to "RE[4]: Should be Solaris vs Win 2003...."






Member since:
2006-04-30
Given the processor is the same, there'd be no difference whatsoever in the generated code between the two platforms.
So you could copy a g++ executable from Solaris to Windows and have it work! The API's for the 2 OS's are totally different. Simple things like register assignment (which is different) can dramatically change the compiler optimization choices, therefore the code produced is different.