From 731c9288dab654a31e7ccbaf57072ff66c00cdf8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 11 Sep 2015 18:25:54 +0000 Subject: * vm_core.h: remove rb_call_info_t::aux.opt_pc. * vm_insnhelper.c: introduce shortcut functions for opt_pc == 0 because opt_pc is always 0 on shortcut function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59304e9a48..4b80bd4396 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Sep 11 20:23:35 2015 Koichi Sasada + + * vm_core.h: remove rb_call_info_t::aux.opt_pc. + + * vm_insnhelper.c: introduce shortcut functions for opt_pc == 0 + because opt_pc is always 0 on shortcut function. + Fri Sep 11 17:49:36 2015 Koichi Sasada * iseq.c: disable ISeq.load. It enabled accidentally at r51794. -- cgit v1.2.3