On Tue Jul 4 16:10:24 2023 +0000, Rémi Bernon wrote:
It could probably be `ReadNoFence` instead of `InterlockedOr`, I always forgot the name of that intrinsic.
Yeah, that makes sense. Especially since this is the first time weak reference is implemented, I want to make it as perfect as possible, so it can be used as a reference for other objects. Anything else I should adjust, or do we consider this finished now?