Stream: git-wasmtime

Topic: wasmtime / PR #9585 Use blocks instead of instructions in...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 07 2024 at 23:34):

amartosch opened PR #9585 from amartosch:domtree-blocks to bytecodealliance:main:

Since all branching instructions are terminators now, it makes sense to use blocks in DominatorTree as a unit of granularity. This makes interfaces a bit cleaner and allows to avoid idom(..).inst_block(..).expect(..) chain in a couple of places.

This is an independent part of work on adding new dominator tree computation algorithm.
Discussed in zulip.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 07 2024 at 23:34):

amartosch requested wasmtime-compiler-reviewers for a review on PR #9585.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 07 2024 at 23:34):

amartosch requested fitzgen for a review on PR #9585.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2024 at 17:09):

fitzgen submitted PR review:

Nice clean up! Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2024 at 17:25):

fitzgen merged PR #9585.


Last updated: Nov 22 2024 at 16:03 UTC