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 #13630 is a reply to message #13629] Fri, 18 January 2008 00:22 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
niofis wrote on Thu, 17 January 2008 18:12

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


What CPU is that?

Mirek
 
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 07:33:26 CEST 2025

Total time taken to generate the page: 0.05456 seconds