ABI changes: pass by value #172

Closed
opened 2022-01-18 14:05:11 +08:00 by pca006132 · 1 comment
Contributor

For lists and objects, we will pass a pointer (current behavior, don't need to change). For tuples (and other collections such as arrays that we will add later), we should pass by value.

This is required to match the ABI used in the legacy compiler, so we can use the same RPC code.

For lists and objects, we will pass a pointer (current behavior, don't need to change). For tuples (and other collections such as arrays that we will add later), we should pass by value. This is required to match the ABI used in the legacy compiler, so we can use the same RPC code.
ychenfo was assigned by pca006132 2022-01-18 14:05:19 +08:00
Owner

done

done
sb10q closed this issue 2022-03-31 10:34:35 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
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: M-Labs/nac3#172
No description provided.