[ruby-cvs:52802] ko1:r45656 (trunk): * gc.c (objspace_malloc_increase): don't cause GC by malloc_increase
ko1 at ruby-lang.org
ko1 at ruby-lang.org
Tue Apr 22 08:37:20 JST 2014
ko1 2014-04-22 08:37:18 +0900 (Tue, 22 Apr 2014)
New Revision: 45656
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45656
Log:
* gc.c (objspace_malloc_increase): don't cause GC by malloc_increase
when memop type is MEMOP_TYPE_REALLOC.
GC at realloc is not well maintained.
We need a time to make it safe.
[ruby-dev:48117]
Modified files:
trunk/ChangeLog
trunk/gc.c
More information about the ruby-cvs
mailing list