From 09007ccbaa14f81202dfd4c85177241dc2be9f15 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 27 Apr 2008 03:20:35 +0000 Subject: * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c (Init_BareVM): per-VM object space support, which is disabled now. * gc.c (rb_objspace_alloc), vm.c (Init_BareVM): should not use ruby malloc here. * gc.c (garbage_collect, etc): performance improvement by passing the reference instead of refering the global variable in each functions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c3d5dd922a..9a0b1a3ea0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Apr 27 12:20:33 2008 Nobuyoshi Nakada + + * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c + (Init_BareVM): per-VM object space support, which is disabled now. + + * gc.c (rb_objspace_alloc), vm.c (Init_BareVM): should not use ruby + malloc here. + + * gc.c (garbage_collect, etc): performance improvement by passing the + reference instead of refering the global variable in each functions. + Sun Apr 27 08:06:15 2008 NARUSE, Yui * ruby.c (ruby_set_argv): ARGV should be locale encoding. -- cgit v1.2.3