Author: George HubertGeorge Hubert Date: Jul 12, 2006 03:57
Marcel Hendrix wrote:
> Elizabeth D Rather forth.com> writes Re: using MISC (post 1987 Forth hardware) opcodes
> [..]
>> I concur with the general point that Forth stacks don't need to be big.
>> We've done a few studies on large applications, and the stacks rarely
>> get deeper than 4-5 items.
>
> Hm.
>
> I tried iForth, SwiftForth, gForth and VFX with the following words
> (all on Windows XP):
>
> : w1 S" HELLO" TYPE ; TEST w1
> : w2 123.123e-12 F. ; TEST w2
> ( w3 ) TEST WORDS
> ( w4 ) TEST CREATE aap
>
> Approximate number of return stack cells needed for ...
>
> word iForth SwiftForth gForth VFX ...
|