Skip to content

Refactor interpreter module instance layout #1432

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

Conversation

wenyongh
Copy link
Contributor

Refactor the layout of interpreter module instance, memory instance,
table instance and so on. Create the interpreter module instance like
aot module instance.

Let LLVM JIT use the interpreter's data structures instead of aot's data
structures, so as to make preparation for the next multi-tier JIT.

Refactor layout of interpreter module instance, memory instance,
table instance and so on. Create the interpreter module instance
like aot module instance.
Let LLVM JIT use the interpreter's data structures instead of
aot's data structures, so as to make preparation for the next
multi-tier JIT.
@wenyongh wenyongh merged commit 2001fba into bytecodealliance:dev/refactor_interp_module_inst Sep 7, 2022
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.

1 participant