Hi,

i´ve been looking for benchmarks for many platforms and C compilers and found 
Dhrystone and Whetstone on www.cs.rit.edu with the source files and makefiles. 
I´ve got copies on my server at 
http://random.linux-site.net/files/unsorted/benchmarks/.
It should be easy to port them to MSP430 but i didn´t had enough time to do it.

Regards

Rolf F.

------------------------------------------------------------------------------------------
mspgcc-users@lists.sourceforge.net schrieb am 23.08.03 19:56:15:
> 
> Hi,
> 
> microcontroller project). Because I did not find any benchmark results in
> the
> archive I would like to ask if someone on this list could give me some
> numbers. I am especially interested in the duration for the +-*/ operations
> 
> I think the best approach would be to implement one of your core algorithms
> and then look at the generated assembly language. You then just have to
> count cycles.
> This has the big advantage of including your control structures which you
> certainly need in the considerations.
> The reason I say this is that from what I have seen the pure arithmetic
> operations are done quite quickly for almost any uc compiler simply because
> they are assembler written.
> 
> Control flow is where you really loose speed with bad compilers and imo
> mspgcc is a very good one.
> /Roland
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users




Reply via email to