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

Allow to set segue flags for wasm-c-api JIT #2926

Merged
merged 6 commits into from
Jan 2, 2024

Conversation

wenyongh
Copy link
Contributor

No description provided.

Copy link
Collaborator

@lum1n0us lum1n0us left a comment

Choose a reason for hiding this comment

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

LGTM

core/iwasm/common/wasm_c_api.c Outdated Show resolved Hide resolved
core/iwasm/include/wasm_c_api.h Show resolved Hide resolved
@wenyongh wenyongh changed the title Enable segue optimization for wasm-c-api JIT Enable set segue flags for wasm-c-api JIT Jan 2, 2024
@wenyongh wenyongh changed the title Enable set segue flags for wasm-c-api JIT Allow to set segue flags for wasm-c-api JIT Jan 2, 2024
@wenyongh wenyongh merged commit c43e450 into bytecodealliance:main Jan 2, 2024
393 checks passed
@wenyongh wenyongh deleted the enable_c_api_segue branch January 11, 2024 06:36
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
Add an API to set segue flags for wasm-c-api LLVM JIT mode:
```C
wasm_config_t *
wasm_config_set_segue_flags(wasm_config_t *config, uint32 segue_flags);
```
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

3 participants