Skip to content

Commit

Permalink
Releases: stronger finalizer guarantee
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Dec 3, 2015
1 parent 0e3edc3 commit 934946c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASES.rst
Expand Up @@ -1220,6 +1220,15 @@ Planned
function with a .fileName is found which improves error reporting for e.g.
"[1,2,3].forEach(null)" (GH-455)

* Provide a stronger finalizer re-entry guarantee than before: a finalizer
is called exactly once (at the latest in heap destruction) unless the
target object is rescued, in which case the finalizer is called once per
"rescue cycle" (GH-473)

* Better finalizer behavior for heap destruction: finalized objects may
create new finalizable objects whose finalizers will also be called
(GH-473)

* Add a combined duktape.c without #line directives into the dist package,
as it is a useful alternative in some environments (GH-363)

Expand Down

0 comments on commit 934946c

Please sign in to comment.