git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-08-22 06:54:20 +00:00
Родитель 0a58a564c9
Коммит 051f12d368
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@ Wed Aug 22 15:27:50 2012 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.c (vm_setup_method): fix last commit of
vm_insnhelper.c (r36771). [ruby-dev:46065] [Bug #6901]
Should not disable tail call opt on FINISH_FRMAE.
Should not disable tail call opt on FINISH_FRAME.
This flag should be propagated correctly.
Wed Aug 22 14:05:23 2012 Koichi Sasada <ko1@atdot.net>