MAINSAIL Language Manual, Section 42.17

previous   next   top   contents   index   framed top   this page unframed


42.17. $noCollectableStrs

Figure 42–21. $noCollectableStrs
COMPILETIME
LONG BITS
<
macro>     $noCollectableStrs;

$noCollectableStrs is a bit that specifies that an area will have no STRING descriptors pointing into areas where STRINGs are collected. This saves time during garbage collections because the collector does not have to examine STRING descriptors into other areas; however, if there is indeed a descriptor pointing into an area that is collected, the result is undefined. This bit may be passed to $newArea and $changeAreaParms.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 42.17