From e7d9a1123763605e304f8cee11fce48d9fc47f24 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sat, 23 Apr 2016 18:23:10 +0300 Subject: [PATCH] Releases: default alloc conditionality --- RELEASES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 116a8ba9..57dfb18a 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -1535,6 +1535,11 @@ Planned operations wouldn't be overridden by user code and accessed the internal value directly (GH-447) +* Fix conditional compilation for default alloc providers (enabled by + default using DUK_USE_PROVIDE_DEFAULT_ALLOC_FUNCTIONS) so that if the + option is disabled there's no reference to malloc(), realloc(), or + free() during compilation (GH-695) + * Remove branch hint from around setjmp() for better portability (GH-605) * Portability improvement for Atari Mint: avoid fmin/fmax (GH-556)