Stream: git-wasmtime

Topic: wasmtime / issue #4429 cranelift-frontend: Allow jump tab...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 11 2022 at 18:23):

github-actions[bot] commented on issue #4429:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "cranelift", "fuzzing"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jul 11 2022 at 19:57):

jameysharp commented on issue #4429:

Cool, sightglass reports "No difference in performance" on all measures:

instantiation :: cycles :: benchmarks/spidermonkey/benchmark.wasm

  No difference in performance.

  [317618 432187.60 570948] 1d319c0ec.so
  [245244 423090.94 550422] 93f3b3ff2.so

instantiation :: nanoseconds :: benchmarks/spidermonkey/benchmark.wasm

  No difference in performance.

  [137853 187576.73 247801] 1d319c0ec.so
  [106441 183628.79 238894] 93f3b3ff2.so

compilation :: cycles :: benchmarks/spidermonkey/benchmark.wasm

  No difference in performance.

  [8486638728 12658374056.74 13529327576] 1d319c0ec.so
  [7609892814 12461800540.40 13587437486] 93f3b3ff2.so

compilation :: nanoseconds :: benchmarks/spidermonkey/benchmark.wasm

  No difference in performance.

  [3683374976 5493961899.16 5871955017] 1d319c0ec.so
  [3302861292 5408649947.39 5897220071] 93f3b3ff2.so

execution :: cycles :: benchmarks/spidermonkey/benchmark.wasm

  No difference in performance.

  [6277393752 6537508337.42 7387511234] 1d319c0ec.so
  [6151644624 6514573544.14 7272460828] 93f3b3ff2.so

execution :: nanoseconds :: benchmarks/spidermonkey/benchmark.wasm

  No difference in performance.

  [2724488545 2837396127.95 3206303743] 1d319c0ec.so
  [2669949420 2827444546.11 3156354770] 93f3b3ff2.so

I question your use of the word "quick" to describe this though :laughing:

view this post on Zulip Wasmtime GitHub notifications bot (Jul 11 2022 at 20:00):

fitzgen commented on issue #4429:

I question your use of the word "quick" to describe this though

Ah yeah, there are some CLI flags to control how many processes and iterations per process to use, which can help lighten the load.

Also there are some known deficiencies in the crate we use to get cycles that makes this a LOOOOOT worse than it should be.

But thanks for taking the time!


Last updated: Oct 23 2024 at 20:03 UTC