Project

General

Profile

« Previous | Next » 

Revision 36d669b7

Added by peterzhu2118 (Peter Zhu) almost 2 years ago

Fix test_gc_parameter_init_slots

If the stack is not cleared (e.g. compiling with -O0), then ary could
remain on the stack, which would be marked. Clear the array first to
make sure all the objects can be GC'd.