From a227b16eba1cd836f12497d5b09f79dc6d89d6da Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 4 Jul 2014 09:11:05 +0000 Subject: * parse.y (must_be_dynamic_symbol): refactoring. * add `inline'. * use UNLIKELY(). * check only DYNAMIC_SYM_P(), otherwise it is a bug. * lookup_id_str() is not needed in second condition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2dfe0e7740..a168993dbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 4 18:03:35 2014 Koichi Sasada + + * parse.y (must_be_dynamic_symbol): refactoring. + * add `inline'. + * use UNLIKELY(). + * check only DYNAMIC_SYM_P(), otherwise it is a bug. + * lookup_id_str() is not needed in second condition. + Fri Jul 4 11:53:56 2014 Koichi Sasada * parse.y: remove unused code -- cgit v1.2.3