Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70da192 commit 92a6ed9Copy full SHA for 92a6ed9
1 file changed
Doc/ref/ref3.tex
@@ -35,8 +35,8 @@ \section{Objects, values and types\label{objects}}
35
36
Objects are never explicitly destroyed; however, when they become
37
unreachable they may be garbage-collected. An implementation is
38
-allowed to postpone garbage collection or omit it altogether --- it is a
39
-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
40
implemented, as long as no objects are collected that are still
41
reachable. (Implementation note: the current implementation uses a
42
reference-counting scheme which collects most objects as soon as they
0 commit comments