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

WIP: multi-memory support #331

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

matetokodi
Copy link
Contributor

@matetokodi matetokodi commented Feb 10, 2025

Work in progress, currently all tests pass with the interpreter.

@@ -84,6 +84,15 @@ class FunctionType;
F(Load64) \
F(Store32) \
F(Store64) \
F(MemorySizeMulti) \
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think these are rare operations, we could just add multi memory support for them.

F(MemoryInitMulti) \
F(MemoryCopyMulti) \
F(MemoryFillMulti) \
F(Load32Multi) \
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we could use the normal operations when multi memory is used.

@matetokodi matetokodi force-pushed the multi_memory branch 3 times, most recently from c4a7c8c to 599bf56 Compare February 19, 2025 04:14
Signed-off-by: Máté Tokodi [email protected]
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