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

Add support for slices in array #copy #880

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Add support for slices in array #copy #880

merged 1 commit into from
Aug 26, 2024

Conversation

vbgl
Copy link
Member

@vbgl vbgl commented Aug 21, 2024

Fixes #842.

@vbgl vbgl force-pushed the support-slices-in-copy branch from c630622 to c09aa13 Compare August 21, 2024 13:52
@vbgl vbgl force-pushed the support-slices-in-copy branch from c09aa13 to e70e38e Compare August 21, 2024 14:38
@@ -0,0 +1,10 @@
// Cannot copy by chunks of 4 bytes starting at offset 3 bytes
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this should fail ? We can now have unaligned access.

Copy link
Member Author

Choose a reason for hiding this comment

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

Currently, the copy operator only supports aligned accesses.

@vbgl vbgl merged commit e18d9f1 into main Aug 26, 2024
1 check failed
@vbgl vbgl deleted the support-slices-in-copy branch August 26, 2024 04:53
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.

Assertion failed in insert_copy_and_fix_length
2 participants