From: Matthias T. <mt...@we...> - 2007-04-01 09:07:12
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I just run a stupid benchmark with the fib word from the blocks directory. 24 fib gives the biggest usable number (46368) on amforth. Running a loop with 100 iterations took roughly 3'30 on an atmega32 at 16MHz. The sparring partner I choose is gforth (0.6.2, comes with ubuntu) on my 2GHz P4 system. To balance the frequency difference, gforth had to run 125 times the 100 loop. That took around 1'30. What does it tell us? Well, nothing perhaps. Or that amforth executes 1 forth "instruction" where gforth has 2, scaled with cpu cycle clock. Matthias -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFGD3YzLo3irIddFw4RAibBAKDBc2whzaOQcV33T4GpkI/H0/PGiwCgoSrq HLmj7z4xtPYDCrQ9bl0Ps8Q= =RK8F -----END PGP SIGNATURE----- |