From 196a18292115efc8bf2ee2e580bddf13f492e77d Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 13 Jul 2009 04:44:20 +0000 Subject: * insns.def, vm_insnhelper.c (getinstancevariable): fix to use inline cache. * compile.c: fix to skip inline cache entry (IC). IC is added automatically by compiler. * insns.def, vm_insnhelper.h: fix IC positions. * iseq.c: increment minor_version of ISeq because of above change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d53aaa3a3..2e4ca09db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Mon Jul 13 13:35:08 2009 Koichi Sasada + + * insns.def, vm_insnhelper.c (getinstancevariable): + fix to use inline cache. + + * compile.c: fix to skip inline cache entry (IC). IC is added + automatically by compiler. + + * insns.def, vm_insnhelper.h: fix IC positions. + + * iseq.c: increment minor_version of ISeq because of above change. + Mon Jul 13 08:01:00 2009 Hidetoshi NAGAI * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries. -- cgit