23 Sep
2008
23 Sep
'08
2:19 a.m.
Hi, SquirrelFish seems to use a conservative garbage collector with two heaps - primary heap and number heap. Is there any plan to implement an accurate garbage collector? Google V8 employed a generational, accurate garbage collector for fast memory allocation. http://code.google.com/apis/v8/design.html However, I am not sure how much the gabage collector affects the overall performance of JavaScript. Regards, Kwang Yul Seo