manual:chapter6:system:cmd_newob

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
manual:chapter6:system:cmd_newob [2021/10/04 04:53]
jojo1973
manual:chapter6:system:cmd_newob [2021/10/04 04:54] (current)
jojo1973
Line 38: Line 38:
 The command may seem pointless, but it solves a very specific problem: when an object originated from a larger composite object is extracted and put on the stack it contains a reference to the parent object; even if the parent object is ''[[manual:chapter6:stack:cmd_drop|DROP]]''ped from the stack it keeps on living in the RAM, occupying precious resources.\\ The command may seem pointless, but it solves a very specific problem: when an object originated from a larger composite object is extracted and put on the stack it contains a reference to the parent object; even if the parent object is ''[[manual:chapter6:stack:cmd_drop|DROP]]''ped from the stack it keeps on living in the RAM, occupying precious resources.\\
 \\ \\
-A copy of the extracted object created by ''NEWOB'' breaks this link and  allows the ''[[manual:chapter6:system:cmd_garbage|GARBAGE]]'' collection to recover the memory associated with the larger object once it it not needed anymore.+A copy of the extracted object created by ''NEWOB'' breaks this link and allows the ''[[manual:chapter6:system:cmd_garbage|GARBAGE]]'' collection to recover the memory associated with the larger object once it is not needed anymore.
 </callout> </callout>
  
  • manual/chapter6/system/cmd_newob.1633348418.txt.gz
  • Last modified: 2021/10/04 04:53
  • by jojo1973