-
Paul Yang authored
* Fix ruby segment fault 1) rb_ary_new cannot be called during allocate function. During allocate fucntion, the containing object hasn't been marked and rb_ary_new may invoke gc to collect containing object. 2) The global map should be marked before allocating it. Otherwise it may be garbage collected. * Add test * Remove commented code * Fix grammer error
cd5f49d0
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
basic.rb | ||
gc_test.rb | ||
generated_code.proto | ||
generated_code_test.rb | ||
repeated_field_test.rb | ||
stress.rb | ||
test_import.proto | ||
well_known_types_test.rb |