From: "Iñaki Baz Castillo" Date: 2012-04-17T04:57:30+09:00 Subject: Re: C extensions: disable GC for a Ruby object and enable GC later for it 2012/4/16 Ammar Ali : > Another way is to register the address with GC. I think this is closer > to what you are asking for: > > rb_gc_register_address and rb_gc_unregister_address. Note that these > take a pointer to VALUE, not just a VALUE. Great, exactly what I was looking for :) Thanks a lot. -- Iñaki Baz Castillo