Skip to content

Commit

Permalink
Releases: mark-and-sweep during finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Apr 7, 2017
1 parent 5151185 commit 359f2b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2608,9 +2608,9 @@ Planned
for mark-and-sweep to confirm its status (GH-1427)

* Rework finalizer handling: finalizer execution is now outside of refzero
processing and mark-and-sweep; however, mark-and-sweep is still disabled
while finalizers are being executed to avoid incorrect rescue decisions
caused by a partially processed finalize_list (GH-1427, GH-1451)
processing and mark-and-sweep, and mark-and-sweep (but not recursive
finalizer handling) is allowed during finalizer execution (GH-1427, GH-1451,
GH-1457)

* Rework mark-and-sweep: include finalize_list in TEMPROOT marking; with
duk_push_heapptr() allowed it's possible for application code to create
Expand Down

0 comments on commit 359f2b1

Please sign in to comment.