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

Feature/implement new core types 4.3 #664

Merged
merged 6 commits into from
Aug 29, 2024

Conversation

piiertho
Copy link
Member

@piiertho piiertho commented Aug 21, 2024

This implements PackedVector4Array.
This simplify packed arrays code using template and generics.
This needs test on android and graal.

Edit by @chippmann : Closes #646

@piiertho piiertho force-pushed the feature/implement-new-core-types-4.3 branch from f29cd8f to 148da00 Compare August 21, 2024 10:55
CedNaru
CedNaru previously approved these changes Aug 21, 2024
@piiertho piiertho force-pushed the feature/implement-new-core-types-4.3 branch from 278d554 to 809c286 Compare August 21, 2024 12:26
@CedNaru CedNaru self-requested a review August 21, 2024 17:56
CedNaru
CedNaru previously approved these changes Aug 21, 2024
@piiertho
Copy link
Member Author

Tested for graalvm native-image on iOS.

Copy link
Member

@CedNaru CedNaru left a comment

Choose a reason for hiding this comment

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

In memory_manager.cpp, you have to update the unref_native_core_type method to handle the new coretype.

@piiertho piiertho requested a review from CedNaru August 27, 2024 07:50
@piiertho piiertho merged commit fb59874 into master Aug 29, 2024
50 of 53 checks passed
@piiertho piiertho deleted the feature/implement-new-core-types-4.3 branch August 29, 2024 18:08
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.

Add new core type PackedVector4Array
3 participants