From 752cc234f645b26b64dfbbf12b4fcdae4e96f8dc Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 27 Sep 2013 08:12:31 +0000 Subject: * gc.c: add some fine-grained profiling codes to tuning marking phase. If you enable RGENGC_PRINT_TICK to 1, then profiling results by RDTSC (on x86/amd64 environment) are printed at last. Thanks Yoshii-san. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59eff070eb..058fa000b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Sep 27 17:07:55 2013 Koichi Sasada + + * gc.c: add some fine-grained profiling codes to tuning marking phase. + If you enable RGENGC_PRINT_TICK to 1, then profiling results by RDTSC + (on x86/amd64 environment) are printed at last. + Thanks Yoshii-san. + Fri Sep 27 16:32:27 2013 Koichi Sasada * gc.c: simplify threshold of GC caused by malloc_increase. -- cgit v1.2.3