Project

General

Profile

« Previous | Next » 

Revision cdc4084b

Added by tenderlovemaking (Aaron Patterson) about 5 years ago

Prevent objects from moving while iterating the heap

This iterator uses an st_table, but if objects move the references in
the st table won't be updated. This patch just changes the st table to
an identity hash.