[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Confusing array garbage collection, how to get valid heap snapshot?

Yukihiro Matsumoto

5/23/2007 3:12:00 AM

Hi,

In message "Re: Confusing array garbage collection, how to get valid heap snapshot?"
on Wed, 23 May 2007 11:55:05 +0900, Greg Fodor <gfodor@gmail.com> writes:

|Ah. Could I get some pointers in the source to look to better
|understand this dynamic? (How and why this stack is retained
|within ruby after the return of the ruby method?)

gc.c especially in the function garbage_collect().

matz.