Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs which did not allow array variables to share memory #1007

Merged
merged 5 commits into from
Jun 21, 2024

Conversation

slacrherbst
Copy link
Contributor

@slacrherbst slacrherbst commented Jun 19, 2024

Description

Existing code had a bug where you could not create list variables which shared memory space. For example a list of 32 - 16 bit values in the lower 16-bits of each 32-bit memory location, co-located with a list of 32 - 16 bit values in the upper 16-bit of each 32-bit memory location.

This PR fixes this error and also cleans up some of the code related to mapping bytes.

Known Issue discovered after v6.3.0 release

@slacrherbst slacrherbst changed the base branch from main to pre-release June 19, 2024 05:28
@slacrherbst slacrherbst merged commit 4f6fa6c into pre-release Jun 21, 2024
5 checks passed
@slacrherbst slacrherbst deleted the list_overlap branch June 21, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants