Project

General

Profile

Feature #9761

Updated by wanabe (_ wanabe) about 10 years ago

I hope TRY\_WITH\_GC() TRY_WITH_GC() may use ruby\_gc\_stress ruby_gc_stress value. 

 Currently, ruby\_gc\_stress ruby_gc_stress doesn't affect simple xmalloc()/xrealloc()/xcalloc(). 
 It is usefull to make these functions under gc-stress. 
 For example, #9657 is difficult to reproduce on trunk because there is not object creation but memory allocation after BigDecimal\_new(). BigDecimal_new().

Back