Group: comp.lang.forth · Group Profile · Search for Headscratching in comp.lang.forth
Author: Marcel Hendrix
Date: Dec 27, 2007 12:05
... space, one less lurking bug ( in literal, ), and one less inefficiency in "," :-) On Windows (PIV 3 GHz), the program was not faster than the simple loopers (it took 2.116 seconds). After some headscratching I noticed your use of "," . This word is not optimized in iForth, because who would ever want to use such a monster when performance matters :-) With : , cp @ ! =CELL cp +! ;...
|