aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-20 08:05:35 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-20 08:05:35 +0000
commit3e20c50d509708bc0c0dedb02ec8dbfbfe1ac301 (patch)
treed8e013d8f07bd8f0cd403f74910fe3b1a887aaf2 /ChangeLog
parentc813697d97832ffe4d660ab9bf0e5c3519448071 (diff)
downloadruby-3e20c50d509708bc0c0dedb02ec8dbfbfe1ac301.tar.gz
* gc.c (objspace_malloc_increase): should not invoke
garbage_collect_with_gvl() here on non-ruby threads. Should just ignore the malloc_increase. This issue is pointed by Eric Wong [ruby-core:61519]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e81d557d37..320767eca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Mar 20 16:53:07 2014 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (objspace_malloc_increase): should not invoke
+ garbage_collect_with_gvl() here on non-ruby threads.
+
+ Should just ignore the malloc_increase.
+
+ This issue is pointed by Eric Wong [ruby-core:61519].
+
Thu Mar 20 13:05:16 2014 Koichi Sasada <ko1@atdot.net>
* struct.c (rb_struct_alloc): use RARRAY_CONST_PTR() instead of