summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8acff6909c..263a360313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jan 31 22:24:05 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ vm.c: fetch retval iff necessary
+
+ * vm.c (rb_vm_make_jump_tag_but_local_jump): get rid of fetching
+ retval when it is not used. it is necessary for local jump
+ state only.
+
Wed Jan 31 22:16:00 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
compile.c: fix stack consitency error