Commit 92a6ed99 authored by Barry Warsaw's avatar Barry Warsaw

Minor refilling of a paragraph...

parent 70da192f
...@@ -35,8 +35,8 @@ lists are mutable. ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment