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

feat: build hermit with fast-jit wamr #32

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: build hermit with fast-jit wamr #32

wants to merge 2 commits into from

Conversation

G4Vi
Copy link
Contributor

@G4Vi G4Vi commented Jan 24, 2024

fast interp:

gavin@teleporter:~/dev/hermit$ time ./interp-hermit.com -f src/ubuntu/Hermitfile -o interp-ubuntu.hermit.com
{
  "MAP": [
    "/"
  ],
  "ENV_PWD_IS_HOST_CWD": true,
  "FROM": "src/ubuntu/ubuntu.wasm"
}
Unable to make "interp-ubuntu.hermit.com" executable!
Due to platform limitations you must do it yourself! Run:
chmod +x "interp-ubuntu.hermit.com"

real    1m20.106s
user    1m19.929s
sys     0m0.173s

fast jit:

gavin@teleporter:~/dev/hermit$ time ./fastjit-hermit.com -f src/ubuntu/Hermitfile -o fastjit-ubuntu.hermit.com
{
  "MAP": [
    "/"
  ],
  "ENV_PWD_IS_HOST_CWD": true,
  "FROM": "src/ubuntu/ubuntu.wasm"
}
Unable to make "fastjit-ubuntu.hermit.com" executable!
Due to platform limitations you must do it yourself! Run:
chmod +x "fastjit-ubuntu.hermit.com"

real    0m15.116s
user    0m15.142s
sys     0m0.383s

@G4Vi G4Vi mentioned this pull request Jan 24, 2024
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

1 participant