Post Reply 
[question]userRPL, functions or (sub)subprograms and directories
04-03-2017, 07:24 PM
Post: #19
RE: [question]userRPL and functions or (sub)subprograms
One other point that I didn't see here: writing to global variables is very expensive. Because the entire contents of the HOME directory is packed tightly together, changing the size of any object means you have to move every object that comes after it. And since you have to move objects, you also have to check the stack, return stack, local variables etc for any pointers to the objects that moved and adjust them accordingly. Thus writing to local variables is much faster.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
about DIR END - pier4r - 03-29-2017, 06:15 PM
RE: [question]userRPL and functions or (sub)subprograms - David Hayden - 04-03-2017 07:24 PM



User(s) browsing this thread: 1 Guest(s)