Weak pointers were being scanned too often such that the weak pointer
would be broken but the value was still alive. Now only scan the weak pointers at the very end (like we used to), instead with the weak hash tables.
Loading
Please register or sign in to comment