tag:blogger.com,1999:blog-273593670040001243.post8569253969494473125..comments2008-06-25T14:02:40.801-07:00Comments on Useless Factor: Messing around with Factor's GCDaniel Ehrenberghttp://www.blogger.com/profile/00902922561603041049noreply@blogger.comBlogger1125tag:blogger.com,1999:blog-273593670040001243.post-27868552706778530232008-06-25T13:59:00.000-07:002008-06-25T13:59:00.000-07:00> There are only 242 objects in the heap which are...> There are only 242 objects in the heap which are larger than a page (4kB) in size, totaling 10MB out of the heap's total 37MB of live data. The biggest object is about 3MB. Two of these are byte arrays, three are regular arrays, and the rest are hashtables.<BR/><BR/>This is interesting, however I think slightly inaccurate. That 3mb array is the intermediate array into which 'instances' is inserting objects into.<BR/><BR/>If I do '0 [ size max ] each-object', then it seems the largest object size is actually 512kb; there are several objects this size, and they're all backing arrays for various hashtables.Slava Pestovhttp://www.blogger.com/profile/02768382790667979877noreply@blogger.com