Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » Ultimate++ for My Thesis
Re: Ultimate++ for My Thesis [message #13629 is a reply to message #13622] Fri, 18 January 2008 00:12 Go to previous messageGo to previous message
niofis is currently offline  niofis
Messages: 9
Registered: January 2008
Promising Member
You might find this quite interesting...

Ater a quick test with these different compiler options:
MSC8 -> -O2 -GS- -arch:SSE2 (with and without this one)
MinGW -> -O3 -ffunction-sections -msse2 (with and without this one)

And found this:
using -arch:SSE2 on MSC gave me a 1.75% speed boost
using -msse2 on MinGW gave me a 2.47% speed boost

Actual results
Quote:


msc8
19331.9ms -O2 -GS-
18992.8ms -O2 -GS- -arch:SSE2

mingw
12425.4ms -O3 -ffunction-sections
12118.1ms -O3 -ffunction-sections -msse2



Not so much of an improvement, but worth using it for the task at hand.

As you can see MinGW still holds it's edge over MSC, altough more research should be done.

niofis
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Successfull cross-compile to ARM9, AT91SAM9263-ek
Next Topic: an interesting C++ compiler (supports C++0x)
Goto Forum:
  


Current Time: Tue Aug 26 04:28:57 CEST 2025

Total time taken to generate the page: 0.05318 seconds