From eb810e62e95b13f98ac4d4a2a90642dfbea65eb6 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Sat, 4 Oct 2025 14:51:14 -0400 Subject: [PATCH] Todo: update --- todo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo b/todo index e574c33..2ab2e9c 100644 --- a/todo +++ b/todo @@ -9,3 +9,5 @@ a ref and not by-value. Propagate this upward into SerializedAsyncContin and into all derived classes' constructors. +* Try changing the type of LockerAndInvokerBase::serializedContinuationVaddr + to be a ref instead of a pointer.