-
Notifications
You must be signed in to change notification settings - Fork 80
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
Conversation
598c3d2 to
6758d8b
Compare
0a6d796 to
a0710e9
Compare
PiotrSikora
left a comment
There was a problem hiding this 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!
|
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]>
PiotrSikora
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
@lum1n0us sorry, I thought this was merged weeks ago! Please ping on a PR if there is a long delay in the future. Thanks! |
Use `wamr-interp` to represent WAMR Interpreter, and `wamr-jit` to represent WAMR JIT. Signed-off-by: [email protected] <[email protected]>
No description provided.