From 38f343088a7364919620effd3b7024ec02e165de Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Wed, 26 Mar 2014 00:30:40 +0200 Subject: [PATCH] release note update --- RELEASES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.txt b/RELEASES.txt index 020225cb..67f44849 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -193,8 +193,8 @@ Planned 0.10.0 (2014-03-XX) ------------------- -* Avoid "out of regs" for large expressions containing function calls by - using indirect call opcodes in bytecode +* Avoid "out of regs" for large expressions by adding more comprehensive + register shuffling and indirect variants of several bytecode opcodes * Add duk_push_heap_stash(), duk_push_global_stash(), and duk_push_thread_stash() to provide C code with stashes for storing