Support different integer sizes #2

Open
opened 2024-03-03 19:40:24 +01:00 by hgruniaux · 0 comments
hgruniaux commented 2024-03-03 19:40:24 +01:00 (Migrated from github.com)

All is in the title.

We should support at least 8-bits, 16-bits, 32-bits and 64-bits integers. A first step is probably to introduce a new integer type for each of the different sizes.

Warning: On x86-64, the different registers may overlap (eax and rax have the same low 32-bits, etc.).

All is in the title. We should support at least 8-bits, 16-bits, 32-bits and 64-bits integers. A first step is probably to introduce a new integer type for each of the different sizes. Warning: On x86-64, the different registers may overlap (eax and rax have the same low 32-bits, etc.).
Sign in to join this conversation.
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
hubert/iris#2
No description provided.