From 219a9c9dd2c6ec470df2fd4c0c8405f5532d7019 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 9 Nov 2009 11:18:17 +0000 Subject: * thread.c (rb_gc_save_machine_context): don't save the stack pointer in this function. (RB_GC_SAVE_MACHINE_CONTEXT): call rb_gc_save_machine_context and save the stack pointer at caller side. (rb_thread_schedule_rec): use RB_GC_SAVE_MACHINE_CONTEXT instead of rb_gc_save_machine_context. (blocking_region_begin): changed to a macro. use RB_GC_SAVE_MACHINE_CONTEXT instead of rb_gc_save_machine_context. [ruby-dev:39659] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5fd28449..eea5d2e9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Mon Nov 9 20:15:16 2009 Tanaka Akira + + * thread.c (rb_gc_save_machine_context): don't save the stack pointer + in this function. + (RB_GC_SAVE_MACHINE_CONTEXT): call rb_gc_save_machine_context and + save the stack pointer at caller side. + (rb_thread_schedule_rec): use RB_GC_SAVE_MACHINE_CONTEXT instead of + rb_gc_save_machine_context. + (blocking_region_begin): changed to a macro. use + RB_GC_SAVE_MACHINE_CONTEXT instead of rb_gc_save_machine_context. + [ruby-dev:39659] + Mon Nov 9 11:28:29 2009 Nobuyoshi Nakada * configure.in (warnflags): add -Wno-long-long. -- cgit