Minor refilling of a paragraph...

This commit is contained in:
Barry Warsaw 1998-08-07 16:33:51 +00:00
parent 70da192f63
commit 92a6ed9940
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ lists are mutable.
Objects are never explicitly destroyed; however, when they become
unreachable they may be garbage-collected. An implementation is
allowed to postpone garbage collection or omit it altogether --- it is a
matter of implementation quality how garbage collection is
allowed to postpone garbage collection or omit it altogether --- it is
a matter of implementation quality how garbage collection is
implemented, as long as no objects are collected that are still
reachable. (Implementation note: the current implementation uses a
reference-counting scheme which collects most objects as soon as they