Sujet : Re: Avoid treating the stack as an array [Re: "Back & Forth" is back!]
De : buzz_mccool (at) *nospam* yahoo.com (Buzz McCool)
Groupes : comp.lang.forthDate : 06. Sep 2024, 22:03:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbfqnd$v4c4$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 9/5/2024 8:18 AM, Hans Bezemer wrote:
Given that the area of the circle doesn't change - why recalculate that every time?
Excellent observation.
Would you have any videos talking about Forth locals? You and dxf are far more adept at stack manipulations than I. I'm thinking I can get a word up and working with locals and then convert to manual stack manipulations afterwards if necessary.
When is it necessary? dxf showed a word w/o locals to have ~%30 fewer instructions than a word with locals. Is that a common occurrence?