Stream: git-wasmtime

Topic: wasmtime / issue #1137 Use meta for IR instruction patter...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 10 2021 at 17:43):

akirilov-arm commented on issue #1137:

And I guess we are now discussing this in bytecodealliance/rfcs#15?

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2021 at 08:24):

bnjbvr commented on issue #1137:

Yep.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2021 at 08:24):

bnjbvr closed issue #1137:

The meta language is powerful enough to handle the problem of transforming one instruction into a sequence of other instructions using simple declarations. It could also solve the reverse problem of pattern-matching several instructions into one, which could help implementing instruction selection / pipehole optimizations using meta declarations.


Last updated: Nov 22 2024 at 16:03 UTC