Browse Source

Releases: GC refcount asserts

pull/1406/head
Sami Vaarala 8 years ago
parent
commit
8479c8b78c
  1. 4
      RELEASES.rst

4
RELEASES.rst

@ -2474,6 +2474,10 @@ Planned
this is cosmetic and affects e.g. Object.prototype.toString.call() output
for Duktape.Thread.prototype (but not Thread instances) (GH-1403)
* When assertions are enabled, compute comparison refcounts during
mark-and-sweep and assert for matching refcounts for objects surviving
the sweep phase (GH-1406)
* Fix a garbage collection bug where a finalizer triggered by mark-and-sweep
could cause a recursive entry into mark-and-sweep (leading to memory unsafe
behavior) if the voluntary GC trigger counter dropped to zero during

Loading…
Cancel
Save