summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-14 16:36:40 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-14 16:36:40 +0000
commit556cd0de071dcddd85c3d56b35d208250863f5b5 (patch)
tree7a67cd04efd70765cdab40a5c4273400aaaaabea /ChangeLog
parent82e6d95edc047cf39ac3e3c5f388c5624a35d77a (diff)
add changelog explanation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3d008f1be..c9c9e7d87f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -86,7 +86,9 @@ Mon Jun 13 23:33:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon Jun 13 23:06:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- * thread_pthread.c: rewrite GVL completely.
+ * thread_pthread.c: rewrite GVL completely. This fix improve some
+ benchmark dramatically (e.g. vm3_thread_mutex result changed
+ form 120.601sec to 3.426sec).
* thread_win32.c: ditto.
* thread_pthread.h: ditto.
* vm_core.h: ditto.