From ea6de7a2e2a8ca51d47c34d15420a4360c58de57 Mon Sep 17 00:00:00 2001 From: normal Date: Fri, 12 Sep 2014 09:22:18 +0000 Subject: vm.c (env_alloc): inline to avoid extra zeroing tiny speedup [ruby-core:64980] benchmark results: Execution time (sec) name trunk built app_lc_fizzbuzz 100.411 98.692 Speedup ratio: compare with the result of `trunk' (greater is better) name built app_lc_fizzbuzz 1.017 rb_proc_alloc changes will give more git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e1cafee06b..f0feb3d57a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 12 18:14:28 2014 Eric Wong + + * vm.c (env_alloc): inline to avoid extra zeroing + tiny speedup [ruby-core:64980] + Fri Sep 12 17:13:29 2014 Nobuyoshi Nakada * vm_method.c (rb_method_entry_make, remove_method): ditto. -- cgit v1.2.3