Skip to content

feat: Integers are i48#327

Merged
giann merged 1 commit intomainfrom
i48-2
Mar 7, 2025
Merged

feat: Integers are i48#327
giann merged 1 commit intomainfrom
i48-2

Conversation

@giann
Copy link
Member

@giann giann commented Mar 7, 2025

There's room in the NaN boxed Values to hold more than 32 bits for an integer so we take that space. Since i48 does not exists in C ABI, FFI must still use i32.

closes #306

There's room in the NaN boxed Values to hold more than 32 bits for an integer so we take that space.
Since i48 does not exists in C ABI, FFI must still use i32.

closes #306
@giann giann merged commit 3c9a26d into main Mar 7, 2025
5 checks passed
@giann giann deleted the i48-2 branch March 7, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integers can be i48 rather than i32

1 participant