From: Simon Strandgaard <0bz63fz3m1qt3001@...> Date: 2003-05-18T22:29:58+09:00 Subject: Re: ruby garbage collection On Sun, 18 May 2003 22:39:17 +0900, Gaffer wrote: > i think its actually the GC cleaning up matrix and vector classes (my own > implementation extended in ruby, they just alloc and free using c++ > new/delete operators, matching my c++ classes: vector (float[4]} and matrix > float[16]; Can you reveal some of this code ? > also, i'm not doing any marking myself in c, these are pretty primitive c++ > classes, and never ref any other ruby objects, so i just implement the free > function ptr for the classes OK -- Simon Strandgaard