array::iter #4

Open
opened 2026-04-10 14:07:47 +00:00 by jaynuine · 1 comment
Owner
No description provided.
Author
Owner

#6 (comment)

being constrained to access by reference and not value, this means that there exists a need for a wrapper function that dereferences the address returned by an array::get call, and stores its result in an appropriately typed buffer (e.g. a by statically typing the pointer argument) before sending that to the supplied monad for iteration

could there be a way to directly overwrite the function call's registers and pass by value this way, without a wrapper function ?

https://git.pelote.chat/jaynuine/pearr/issues/6#issue-59 being constrained to access by reference and not value, this means that there exists a need for a wrapper function that dereferences the address returned by an array::get call, and stores its result in an appropriately typed buffer (e.g. a by statically typing the pointer argument) before sending that to the supplied monad for iteration could there be a way to directly overwrite the function call's registers and pass by value this way, without a wrapper function ?
jaynuine changed title from iter to array::iter 2026-04-10 14:37:34 +00:00
jaynuine added this to the spec project 2026-04-16 19:34:54 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jaynuine/pearr#4
No description provided.