Group: comp.lang.forth · Group Profile · Search for 498 Yeah So in comp.lang.forth
Author: Bruce McFarling
Date: Mar 26, 2008 14:48
...-standard PARAMS| fixes this and can be near the speed of the \ TEST \ mu/_a : 4.498 seconds elapsed. ( w/addressable LOCALS) \ mu/_b : 3.101 seconds elapsed. ( w/registered LOCALS) \ mu/_c : 2.970 seconds elapsed. ( w/straight stack manipulation) Yeah, for an '86 type processor where a modest number of locals can be registered (huh, almost like it was ...
|