On 11/21/23 13:04:25, Jon Perryman wrote:

1. 99% of programs require a workarea. It's simple to add an additional 72/144 
bytes for a save area which places the workarea and savearea together. I 
personally prefer getmain a large area so that no getmain is required for 
subsequent calls.


Someone once counseled me that extending the savearea for a workarea
was unwise.  I suspect he was concerned about wild stores.  I couldn't
see how a wild store based on R13 was worse than any other wild store,
so I ignored him.

--
gil

Reply via email to