Comment 1 for bug 878860

Revision history for this message
Jesper Öqvist (jesper-oqvist) wrote :

The bug seems to be caused by the new array root references being pushed before the array objects have been initialized. The repeated array allocations force a GC cycle right after the new array reference has been pushed.