Sujet : Re: Avoid treating the stack as an array [Re: "Back & Forth" is back!]
De : mhx (at) *nospam* iae.nl (mhx)
Groupes : comp.lang.forthDate : 17. Sep 2024, 07:53:43
Autres entêtes
Organisation : novaBBS
Message-ID : <633c01d459d72e20c415c2af544e4488@www.novabbs.com>
References : 1 2 3 4 5 6 7 8
User-Agent : Rocksolid Light
On Mon, 16 Sep 2024 19:26:01 +0000, Anton Ertl wrote:
mhx@iae.nl (mhx) writes:
The experimental PARAMS| a | construct does not support 'OF and tries
to keep integer locals in a register.
[..]
Yes, in the right setting PARAMS| is very nice, too bad it's not used
for (LOCAL) (or directly for {:).
I thought at the time it needed a multi-pass compiler, and the
implications of that looked dark with respect to my goals (my
spare time was limited).
With multiple passes and on-the-fly compilation I think I can do
better (pre-tests in iSPICE).
-marcel