Skip to content

wamr: add LLVM-based JIT in addition to interpreter. #325

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

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

lum1n0us
Copy link
Contributor

No description provided.

@lum1n0us lum1n0us force-pushed the enable_jit branch 2 times, most recently from 598c3d2 to 6758d8b Compare December 21, 2022 08:32
@lum1n0us lum1n0us marked this pull request as ready for review December 21, 2022 08:38
@lum1n0us lum1n0us requested a review from mathetake as a code owner December 21, 2022 08:38
@lum1n0us lum1n0us force-pushed the enable_jit branch 2 times, most recently from 0a6d796 to a0710e9 Compare December 22, 2022 02:34
@PiotrSikora PiotrSikora requested a review from mpwarres January 4, 2023 16:52
Copy link
Member

@PiotrSikora PiotrSikora left a comment

Choose a reason for hiding this comment

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

LGTM, with small nits / questions. Thanks!

@mpwarres
Copy link
Contributor

mpwarres commented Jan 4, 2023

Tagging @fengshi0730 just as FYI, since they are interested in WAMR.

It is a LLVM-based JIT.

Use `wamr-interp` to represent WAMR Interpreter, and `wamr-jit` to
represent WAMR JIT.

Signed-off-by: [email protected] <[email protected]>
Copy link
Member

@PiotrSikora PiotrSikora left a comment

Choose a reason for hiding this comment

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

Thanks!

@PiotrSikora PiotrSikora changed the title Enable WAMR JIT wamr: add JIT in addition to interpreter. Jan 25, 2023
@PiotrSikora PiotrSikora changed the title wamr: add JIT in addition to interpreter. wamr: add LLVM-based JIT in addition to interpreter. Jan 25, 2023
@PiotrSikora PiotrSikora merged commit 0f5a0e7 into proxy-wasm:master Jan 25, 2023
@PiotrSikora
Copy link
Member

@lum1n0us sorry, I thought this was merged weeks ago! Please ping on a PR if there is a long delay in the future. Thanks!

@lum1n0us lum1n0us deleted the enable_jit branch January 30, 2023 01:29
johnlanni pushed a commit to higress-group/proxy-wasm-cpp-host that referenced this pull request Mar 25, 2025
Use `wamr-interp` to represent WAMR Interpreter, and `wamr-jit` to
represent WAMR JIT.

Signed-off-by: [email protected] <[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.

3 participants