On Sat, Apr 27, 2002 at 12:30:56PM -0700, Steve Fink wrote: > For (1), maybe we should add an opcode: get_number_of_live_objects? > Then you could write a test case that records the number of live > objects, does stuff, forces a sweep and collect, and checks that the > saved number + #expected live objects is equal to the currently live > number?
Oh. There already is one (interpinfo). Cool, we just need tests that use it.