Skip to content

Commit

Permalink
Releases: external bytecode check
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Apr 8, 2017
1 parent 1bd0781 commit b9fbcad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2670,6 +2670,10 @@ Planned
in a state which prevented mark-and-sweep from fully working afterwards
(GH-1427)

* Add experimental support for mapping Ecmascript function 'data' area into a
user provided external buffer on-the-fly which is useful on some low memory
targets (GH-1409)

* 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
Expand Down

0 comments on commit b9fbcad

Please sign in to comment.