pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2016-02-29
2016-02-29 14:53:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0d4d9ad8952c769b3f838ff98d194ba4a9ba2056 (
16
lines) (+
16
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES
[GC]
: Added some notes about the handling of weak references.
1:
Changes since Pike 8.0.164 ----------------------------------------------------------------------
+
New features
+
------------
+
+
o gc
+
+
It is now possible to run the gc in a quick mode to just cut
+
weak references from a specific container.
+
+
Bug fixes ---------
244:
o 'this::x' is now equivalent to 'this_program::x' -- access the identifier x in the current object.
+
o Weak references to stuff with a single reference are now
+
removed when the container is resized.
-
+
This means that weak references can be cut without having to
+
wait for the full gc to run.
+
+
New preprocessor features -------------------------