From 8f08e61bad1d745dc7a10ff216ad5ca2e92b3ded Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 14 Oct 2012 19:58:59 +0000 Subject: * vm_insnhelper.c: refactoring. - move all `call' related functions to the last of file. - make functions for respective method types in vm_call_method(). (all functions have same function parameters) * vm_core.h: add `opt_pc' filed in `rb_call_info_t' as temporal variable. * vm_eval.c (vm_call0_body): catch up above cahnges. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8f324d34f7..308246748e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Mon Oct 15 04:51:55 2012 Koichi Sasada + + * vm_insnhelper.c: refactoring. + - move all `call' related functions to the last of file. + - make functions for respective method types in vm_call_method(). + (all functions have same function parameters) + + * vm_core.h: add `opt_pc' filed in `rb_call_info_t' + as temporal variable. + + * vm_eval.c (vm_call0_body): catch up above cahnges. + Mon Oct 15 03:51:46 2012 Koichi Sasada * benchmark/bm_vm1_attr_ivar(_set).rb: added (for method dispatch speed). -- cgit v1.2.3