Skip to content

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.

2 participants