Stream: git-wasmtime

Topic: wasmtime / Issue #1664 Add a transformation pass which re...


view this post on Zulip Wasmtime GitHub notifications bot (May 06 2020 at 07:38):

github-actions[bot] commented on Issue #1664:

Subscribe to Label Action

cc @bnjbvr

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

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 (May 06 2020 at 12:33):

bjorn3 commented on Issue #1664:

For cg_clif on x86_64 the difference is smaller, but this is still a performance win.

Benchmark #1: ./raytracer_cg_clif_no_phi_removal
  Time (mean ± σ):     12.137 s ±  0.517 s    [User: 12.115 s, System: 0.015 s]
  Range (min … max):   11.851 s … 13.519 s    10 runs

  Warning: Statistical outliers were detected. Consider re-running this benchmark on a quiet PC without any interferences from other programs. It might help to use the '--warmup' or '--prepare' options.

Benchmark #2: ./raytracer_cg_clif_phi_removal
  Time (mean ± σ):     11.858 s ±  0.056 s    [User: 11.848 s, System: 0.007 s]
  Range (min … max):   11.788 s … 11.952 s    10 runs

Summary
  './raytracer_cg_clif_phi_removal' ran
    1.02 ± 0.04 times faster than './raytracer_cg_clif_no_phi_removal'

Last updated: Nov 22 2024 at 16:03 UTC