diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-22 14:45:54 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-22 14:45:54 +0000 |
| commit | ad8477fc5c58f335a740c74e5a4a4809d4178d9f (patch) | |
| tree | c261c7480568af4a231a7f06d8a2b4d8d5935cb9 /ChangeLog | |
| parent | eadb90ca2dcdef2f0e5df69cd12af1cdb983f704 (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu May 22 23:45:17 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * 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 <nobu@ruby-lang.org> * marshal.c (check_dump_arg, check_load_arg): check if reentered. |
