diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-06 09:16:23 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-06 09:16:23 +0000 |
| commit | f1e98086f218f1d5de247f1670f94bfcdff2bf33 (patch) | |
| tree | db98343cd55b8a4782f4b5f80b1e376a6a7aa97f /ChangeLog | |
| parent | 55cfc1e4098cf742758dd6f4d5c96a30b0e187fa (diff) | |
* vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macro
invoke simple method with inline cache entry.
* insns.def (opt_length, opt_size): fix to use inline method cache.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sun Sep 6 18:13:54 2009 Koichi Sasada <ko1@atdot.net> + + * vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macro + invoke simple method with inline cache entry. + + * insns.def (opt_length, opt_size): fix to use inline method cache. + Sun Sep 6 17:47:21 2009 Koichi Sasada <ko1@atdot.net> * template/id.h.tmpl: fix this. |
