Minor refilling of a paragraph...

This commit is contained in:
Barry Warsaw 1998-08-07 16:33:51 +00:00
parent 70da192f63
commit 92a6ed9940

View file

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