Discussion:
Extended Ccontrol Flow Stack Usage
(too old to reply)
minforth
2024-07-02 12:58:48 UTC
Permalink
I was thinking about using a separate circular CFS instead of the
classic
using the normal stack during compilation. The circular CFS won't
overflow.

General usage:
a) during compilation: as usual
b) during interpretation/execution: store eg. I J loop parameters there
and get rid of UNLOOP, for example

I cannot imagine that this idea had not been considered before.
Opinions?
dxf
2024-07-02 13:06:36 UTC
Permalink
Post by minforth
The circular CFS won't
overflow.
???

Loading...