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

AOT: Change func_types to types in AOTModule #2217

Merged
merged 1 commit into from
May 17, 2023

Conversation

no1wudi
Copy link
Collaborator

@no1wudi no1wudi commented May 15, 2023

No description provided.

Copy link
Contributor

@wenyongh wenyongh left a comment

Choose a reason for hiding this comment

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

LGTM

uint32 func_type_count;
AOTFuncType **func_types;
uint32 type_count;
AOTFuncType **types;
Copy link
Contributor

Choose a reason for hiding this comment

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

We will change AOTFuncType to AOTType in the future, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I'll do it in next PR

@@ -139,8 +142,8 @@ typedef struct AOTModule {
AOTTableInitData **table_init_data_list;

/* function type info */
Copy link
Contributor

Choose a reason for hiding this comment

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

Should change the comment in the future

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes

@wenyongh wenyongh merged commit e189dcb into bytecodealliance:dev/gc_refactor May 17, 2023
515 checks passed
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.

None yet

2 participants