comment on ds addr

This commit is contained in:
Jaremy Creechley 2023-09-18 15:05:20 -07:00
parent 5ec9cb8daa
commit 27adbeb77e
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -74,6 +74,9 @@ proc new*[T](
## of the `ds` argument, which is a temporary stack location.
##
## not sure how to fix this while using GC types
## just taking the address of the var location sorta works, but
## crashes now as well, but later. likely due to datastore now being
## on two GC heaps?
echo ""
echo "TaskCtx:new: ", "addrOf: ", addrOf(result).pointer.repr