From: Tobias Peters Date: 2004-12-05T08:27:37+09:00 Subject: Re: GC run at end of script execution - order in which objects are claimed? Yukihiro Matsumoto wrote: > Is it OK to terminate the process without any freeing? In the past, I made use of the end-of-process freeing for testing purposes, i.e. I tested that I registered correct "free" functions for extension objects. Since the GC is conservative, the only reliable way to do so was to start a separate ruby process, let it terminate, and evaluate its debugging printouts. > Or is it mandatory to destruct objects in certain order? Unnecessary, IMHO. Tobias