From: Tanaka Akira Date: 2013-05-06T21:23:26+09:00 Subject: [ruby-core:54822] Re: [ruby-trunk - Feature #8339] Introducing Geneartional Garbage Collection for CRuby/MRI 2013/5/6 SASADA Koichi : > (a) ABI compatibility will be braek > (b) But normal C-exts can work without any modification > (and most of case, without any re-build) I wonder here. I think many extension libraries uses RARRAY_PTR macro. I feel such libraries are normal. I guessed such libraries should be re-compiled but you said that such libraries works without re-compilation. Really? -- Tanaka Akira