From ad8477fc5c58f335a740c74e5a4a4809d4178d9f Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 22 May 2008 14:45:54 +0000 Subject: * compile.c (get_destination_insn, get_next_insn, get_prev_insn): peephole optimization should not ignore ISEQ_ELEMENT_ADJUST. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 735a359d0..a63e1f4ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 22 23:45:17 2008 Yusuke Endoh + + * compile.c (get_destination_insn, get_next_insn, get_prev_insn): + peephole optimization should not ignore ISEQ_ELEMENT_ADJUST. + Thu May 22 20:20:54 2008 Nobuyoshi Nakada * marshal.c (check_dump_arg, check_load_arg): check if reentered. -- cgit