feat/tiger #6

Merged
fernando merged 7 commits from feat/tiger into develop 2026-06-01 16:04:39 +00:00
Owner
No description provided.
Fixes tests broken & left unfixed after the 0.15.1 writergate
scandal.
This commit creates a test for calling a "function" (create a chunk,
store it, load it, .op_call & .op_ret).

However, it revealed a limitation: for a ObjectFunction to receive a
Chunk, this last one **must** be created with the same allocator, for
the ObjectFunction will `destroy` it. This means one cant use a local
variable, or a single chunk from an array, or other allocation patterns
other than `destroy`.

This could be fixed by always requiring the caller to pass a chunk, and
leaving cleanup to them. Will investigate further.
fernando merged commit 9c285e1204 into develop 2026-06-01 16:04:39 +00:00
fernando deleted branch feat/tiger 2026-06-01 16:04:39 +00:00
Sign in to join this conversation.
No reviewers
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
fernando/naravm!6
No description provided.