From c90ff68d3271b9b7e981152f11db6ea5f4f6061d Mon Sep 17 00:00:00 2001 From: kosaki Date: Wed, 29 Jun 2011 17:43:58 +0000 Subject: * thread.c (rb_thread_schedule_limits): minor optimization. eliminate machine context saving when running time is enough small. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25c48002c4..31f7af99c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 30 02:41:47 2011 KOSAKI Motohiro + + * thread.c (rb_thread_schedule_limits): minor optimization. + eliminate machine context saving when running time is enough small. + Thu Jun 30 02:28:11 2011 KOSAKI Motohiro * thread.c (rb_thread_schedule_rec): move interrupt_flag check to -- cgit v1.2.3