From d079ab4c80e7088daf853842f508be68ad9474da Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Thu, 30 Jan 2014 22:45:58 +0200 Subject: [PATCH] release note update --- RELEASES.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASES.txt b/RELEASES.txt index ab5e293a..3b8f3e3a 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -99,7 +99,7 @@ Released * Added API call to force GC, duk_gc(); implemented duk_map_string() and duk_decode_string() -* Added extended JSON format variants: JSONX and JSONC; NULL pointer +* Added extended JSON format variants JSONX and JSONC; NULL pointer values string now coerce to "null" instead of e.g. "(nil)" to match JSONX format @@ -123,8 +123,12 @@ Released * Make mark-and-sweep interval relative to current heap size (measured as combined object and string count) -* Internal support for periodic bytecode executor interrupts which can - be used to implement executor step limits, profiling, and debugging +* Add DUK_OPT_NO_VOLUNTARY_GC to disable voluntary mark-and-sweep entirely; + this is useful in timing sensitive applications like games + +* Preliminary internal support for periodic bytecode executor interrupts + which can be used to implement executor step limits, profiling, and + debugging * More feature options for build tuning