From: Dirk B. <db...@us...> - 2006-10-01 07:38:47
|
Update of /cvsroot/win32forth/win32forth-stc/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23946/doc Modified Files: readme.txt Log Message: - 3reverse and 4reverse added to the kernel - MM benchmark added - Moved the benchmarks into a seperate folder Index: readme.txt =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/doc/readme.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** readme.txt 27 Sep 2006 16:21:23 -0000 1.5 --- readme.txt 1 Oct 2006 07:38:44 -0000 1.6 *************** *** 25,31 **** 1. Run w32f.exe ! 2. Type ! fload demos\bench To see generated code; after loading the benchmark try --- 25,31 ---- 1. Run w32f.exe ! 2. Type ! fload demos\benchmark\bench To see generated code; after loading the benchmark try *************** *** 40,47 **** 2. Type ! fload demos\TestPde ( NB for comparison with the ITC version (or rival STC versions) just fload Pde1 in them; the test harness isn't needed) To run the task demos ------------------------- --- 40,62 ---- 2. Type ! fload demos\benchmark\TestPde ! elapse solve ( NB for comparison with the ITC version (or rival STC versions) just fload Pde1 in them; the test harness isn't needed) + To test the Forth Floating point matrix multiply benchmark + ------------------------- + + 1. Run w32f.exe + + 2. Type + + fload demos\benchmark\mm + + and follow the instructions showen. + + Be warned running ALL-TESTS can take a lot of time... + + To run the task demos ------------------------- |