From eae28f888495b086420795a417267d977ca6d59c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 13 Sep 2007 06:42:05 +0000 Subject: * compile.c (iseq_compile_each): inline cache entries are overwritten in iseq_build_body(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8be7831c9..7f24b1f7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 13 15:42:03 2007 Nobuyoshi Nakada + + * compile.c (iseq_compile_each): inline cache entries are overwritten + in iseq_build_body(). + Thu Sep 13 14:00:15 2007 Nobuyoshi Nakada * parse.y (brace_block): should use compstmt. patch submitted by -- cgit