Conversation
|
FYI this is the change that fixed the weak processor wenyuzhao@1bd175f. This is also a part of #141. This change removes the code that treats all the WeakProcessor objects as roots. I'm afraid without this fix, a lot of weak objects will be kept alive. We should include the change in this PR to deal with weak pointers correctly. Probably this will also yield better performance. |
@wenyuzhao It seems, to apply the changes in the commit, I need to remove the use of |
This adds weak reference support, and updates MMTk core to mmtk/mmtk-core#564.