ChangeLog change.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2011-04-29 01:18:51 +00:00
parent 6998f013ab
commit 7ff7a2b376

View File

@ -6,7 +6,7 @@ Fri Apr 29 10:07:13 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread.c (rb_mutex_lock, lock_func): Avoid busy loop and * thread.c (rb_mutex_lock, lock_func): Avoid busy loop and
performance degression. bm_vm3_thread_mutex.rb performance performance degression. bm_vm3_thread_mutex.rb performance
change from 109.064sec to 16.331sec. change from 109.064sec to 16.331sec. [Feature #4607]
* thread.c (init_lock_timeout): New helper function. * thread.c (init_lock_timeout): New helper function.