feat: introduce some unary operator instructions #34

Closed
opened 2026-06-29 14:35:37 +00:00 by CHatingPython · 1 comment
Owner

Introduce following unary operator instructions:

  • pointerof - will result in a pointer to the thing's data (or the begining of elements for lists),
  • sizeof - will result in an absolute size the thing takes in the thing data arena (without type reference header),
  • alignof - will result in the thing's data alignment.

Every operator should resolve references.

Introduce following unary operator instructions: - `pointerof` - will result in a pointer to the thing's data (or the begining of elements for lists), - `sizeof` - will result in an absolute size the thing takes in the thing data arena (without type reference header), - `alignof` - will result in the thing's data alignment. Every operator should resolve references.
CHatingPython added this to the v0.6.7 milestone 2026-06-29 14:35:37 +00:00
CHatingPython added the Kind/Feature
Priority
High
2
labels 2026-06-29 14:35:37 +00:00
CHatingPython self-assigned this 2026-06-29 14:35:37 +00:00
CHatingPython added this to the furvm project 2026-06-29 14:35:37 +00:00
CHatingPython moved this to To Do in furvm on 2026-06-29 14:35:40 +00:00
CHatingPython moved this to In Progress in furvm on 2026-07-05 11:32:02 +00:00
Author
Owner

I'll introduce alignment later trust

I'll introduce alignment later trust
CHatingPython moved this to Done in furvm on 2026-07-05 20:34:18 +00:00
Sign in to join this conversation.