Testing the GC
BlitzMax Forums/BlitzMax Programming/Testing the GC
| ||
Hi! I am going to be running some tests, and have a couple of questions about the BlitzMax GC. In particular, the Multithreaded GC (Not sure if that makes a difference). 1) Does the multithreaded GC collect the local variables in threads that aren't referenced? (BlitzMax uses reference counting, right?) 2) Does the multithreaded GC run at different time intervals than the non-multithreaded GC? 3) Does the multithreaded GC run on a different thread? 4) Is there some kind of GC instance separate from the main thread for the children threads? |