Stream: git-wasmtime

Topic: wasmtime / PR #8013 Cranelift: Tweak egraph mid-end logging


view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2024 at 14:28):

fitzgen opened PR #8013 from fitzgen:tweak-egraph-trace-logging to bytecodealliance:main:

This logs the resulting values of a call into ISLE's simplify constructor, not just the input value, so we can better debug in the future by tracing how a value was produced and which value it is a rewrite of.

New output:

Calling into ISLE with original value v2
-> returned from ISLE: v2 -> [v3, v4, v5]

Old output:

Calling into ISLE with original value v2
-> returned from ISLE, generated 3 optimized values

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2024 at 14:28):

fitzgen requested abrown for a review on PR #8013.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2024 at 14:28):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #8013.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2024 at 15:30):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2024 at 15:58):

cfallin merged PR #8013.


Last updated: Oct 23 2024 at 20:03 UTC