Branch: Tag:

2016-02-29

2016-02-29 14:53:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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   -------------------------