Skip to content

Update sparse_array.h operator() and is_allocated to support 64bit ad… - #156

Merged
eyck merged 2 commits into
mainfrom
sparse_array_fix
Aug 6, 2026
Merged

Update sparse_array.h operator() and is_allocated to support 64bit ad…#156
eyck merged 2 commits into
mainfrom
sparse_array_fix

Conversation

@christoph-minres

Copy link
Copy Markdown
Contributor

…dresses

The is_allocated function was set to uint32_t and with T nr truncated addresses >= 4GB. Chaning both to uint64_t supports 64-bit addresses. Same applies to operator.

…dresses

The is_allocated function was set to uint32_t and with T nr truncated addresses >= 4GB. Chaning both to uint64_t supports 64-bit addresses.
Same applies to operator.
@christoph-minres
christoph-minres requested a review from a team as a code owner August 5, 2026 08:50
Comment thread src/common/util/sparse_array.h
change according to review input

@eyck eyck left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eyck
eyck merged commit 557b856 into main Aug 6, 2026
8 checks passed
@eyck
eyck deleted the sparse_array_fix branch August 6, 2026 14:48
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.

2 participants