note that scan is conservative, so if you happen to have some integer value that can be interpreted as pointer to GC-managed memory, it willbe considered as pointer.
So zeroing values will inform the GC the reference has gone?
Gary Willoughby via Digitalmars-d-learn Sat, 20 Sep 2014 15:26:01 -0700
note that scan is conservative, so if you happen to have some integer value that can be interpreted as pointer to GC-managed memory, it willbe considered as pointer.
So zeroing values will inform the GC the reference has gone?