Issue 76: Gc.trace should return an Array instead of really trace out the result.
Status:  Fixed
Owner: ----
Closed:  Jan 2011
Reported by Andy.onthewings, Oct 28, 2010
As title.
If Gc.trace returns an Array, it can allow us to use it for writing unit test.
Jan 19, 2011
Project Member #1 gameh...@gmail.com
I now return the count.  It is very difficult to return an array, because allocating the array in the collection routine causes headaches.  Hopefully this will be enough for your testing.
Status: Fixed
Jan 19, 2011
#2 Andy.onthewings
Thanks! It sounds enough.