pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-22
2004-09-22 18:08:13 by Martin Stjernholm <mast@lysator.liu.se>
3c36c503ce544e368f927cecf12bf3a2e5acbead (
8
lines) (+
4
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a comment.
Rev: src/gc.c:1.258
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: gc.c,v 1.
257
2004/09/22
13
:
40
:
27
mast Exp $
+
|| $Id: gc.c,v 1.
258
2004/09/22
18
:
08
:
13
mast Exp $
*/ #include "global.h"
2913:
#endif Pike_in_gc = GC_PASS_ZAP_WEAK; /* Zap weak references from external to internal things. That
-
*
doesn't
occur very often; only
when something
have
both
-
*
external weak refs and nonweak
cyclic
refs
from
internal
-
*
things. */
+
*
occurs
when something
has
both external weak refs and nonweak
+
*
cyclic
refs
from
internal
things. */
gc_zap_ext_weak_refs_in_mappings(); gc_zap_ext_weak_refs_in_arrays(); gc_zap_ext_weak_refs_in_multisets();