Comments
Sort by recent activity
I have the same problem. No matter how often i call GC or take a snapshot i still have those objects. Unfortunately, this is exactly the object which i am debugging. On thing to note here is that i make heavy use of conditionalweaktables and weakreferences.
Which brings me to a follow up question: is it possible to prune away things which are only alive (and have strong references) because of weak references or conditional weak tables? / comments
I have the same problem. No matter how often i call GC or take a snapshot i still have those objects. Unfortunately, this is exactly the object which i am debugging. On thing to note here is that i...
I have the same problem. No matter how often i call GC or take a snapshot i still have those objects. Unfortunately, this is exactly the object which i am debugging. On thing to note here is that i make heavy use of conditionalweaktables and weakreferences.
Which brings me to a follow up question: is it possible to prune away things which are only alive (and have strong references) because of weak references or conditional weak tables? / comments
I have the same problem. No matter how often i call GC or take a snapshot i still have those objects. Unfortunately, this is exactly the object which i am debugging. On thing to note here is that i...