In the benchmark on their site, they compare VectorC to Metroworks & Intel’s
reference compiler, but Visual C++ is missing in that list. Maybe because
Visual C++ allready performs quite well as far as optimization is concerned?
This ‘at least 100%’ (or 1000% ???), can you back that with specific
benchmarks (that include Visual C++).
(BTW : 'at least 1000% means any program would run at least 10 times
faster, right?)> -----Original Message-----
From: Mattias Engdeg?rd [mailto:f91-men at nada.kth.se]
Sent: woensdag 8 augustus 2001 11:23
To: sdl at libsdl.org
Subject: Re: [SDL] Windows version…
(VectorC produces code that is at least 100% faster than
Visual C++ code or
Intel C/C++)
I heard it was at least 1000%
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl
“Dominique Biesmans” <Dominique.Biesmans at Telepolis.Antwerpen.be> wrote in
message news:mailman.997265342.8753.sdl at libsdl.org…
In the benchmark on their site, they compare VectorC to Metroworks &
Intel’s
reference compiler, but Visual C++ is missing in that list. Maybe because
Visual C++ allready performs quite well as far as optimization is
concerned?
I’m currenlty re-doing the company website that has Visual C++ benchmarks,
but, on this Athlon 1GHz I’m using, vectorC gets on average 50% better
performance compared to Visual C++ (the new benchmarks has a whole myriad of
tests). I’m yet to test it properly on other processors, but on Intel
systems, it gets a helluva lot better than that…
This ‘at least 100%’ (or 1000% ???), can you back that with specific
benchmarks (that include Visual C++).
The new site (with more comprehensive benchmarks) should be online by the
end of the day.
(BTW : 'at least 1000% means any program would run at least 10 times
faster, right?)
I mean twice as fast, or 100%…–
Mark ‘Nurgle’ Collins
Developer Support - Codeplay Ltd.
http://www.codeplay.com
(BTW : 'at least 1000% means any program would run at least 10 times
faster, right?)
No, 100% faster means that it takes 100% less time to run, thus finishes
instantly. Since VectorC is guaranteed to be > 1000% faster, it means
it completes at least a fortnight before it starts!
(To answer the original poster: I know of nobody who has built SDL with
vectorC, so go ahead; maybe you uncover some SDL bugs in the process.
But if you post such outrageous statements like “at least 100% faster”,
be certain that we will attempt to do worse! 
“Mattias Engdeg?rd” wrote in message
news:mailman.997267743.9558.sdl at libsdl.org…
(BTW : 'at least 1000% means any program would run at least 10 times
faster, right?)
No, 100% faster means that it takes 100% less time to run, thus finishes
instantly. Since VectorC is guaranteed to be > 1000% faster, it means
it completes at least a fortnight before it starts!
Actually, no. If I said it cuts execution times by 100%, then es, that would
mean that it executes with 0 time, but 100% faster means it runs at twice
the speed (or 50% execution time).
(To answer the original poster: I know of nobody who has built SDL with
vectorC, so go ahead; maybe you uncover some SDL bugs in the process.
But if you post such outrageous statements like “at least 100% faster”,
be certain that we will attempt to do worse! 
It also helps finds bugs in the compiler itself (as well as a few in SDL…
damned non-ANSI code)
Nurgle