From 827ad0a306505a461847edade02d008b3758da45 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 25 Apr 2007 03:50:00 +0000 Subject: * yarvcore.h: remove rb_control_frame_t#callee_id. * vm_macro.def: ditto. * eval_intern.h (exec_event_hooks): fix to check event flags * eval_intern.h (EXEC_EVENT_HOOK): fix to re-check event flags. * ext/probeprofiler : added. this profiler is sampling based profiler. * vm.c: add rb_thread_current_status() API for probeprofiler. * thread.c (rb_thread_execute_interrupts): add comments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9738889d..3fa67e945 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Wed Apr 25 12:42:40 2007 Koichi Sasada + + * yarvcore.h: remove rb_control_frame_t#callee_id. + + * vm_macro.def: ditto. + + * eval_intern.h (exec_event_hooks): fix to check event flags + + * eval_intern.h (EXEC_EVENT_HOOK): fix to re-check event flags. + + * ext/probeprofiler : added. this profiler is sampling based + profiler. + + * vm.c: add rb_thread_current_status() API for probeprofiler. + + * thread.c (rb_thread_execute_interrupts): add comments. + Wed Apr 25 10:36:03 2007 Nobuyoshi Nakada * eval_intern.h (PUSH_TAG): no argument now. -- cgit