Stream: git-wasmtime

Topic: wasmtime / issue #1703 Split `peepmatic_runtime::linear::...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 19 2021 at 18:26):

fitzgen commented on issue #1703:

Peepmatic was removed in https://github.com/bytecodealliance/wasmtime/pull/3543

view this post on Zulip Wasmtime GitHub notifications bot (Nov 19 2021 at 18:26):

fitzgen closed issue #1703:

Right now we have an Increment that represents both the linearized LHS and linearized RHS of an optimization. This is a historical accident from an earlier design where they were interleaved with each other. Now that they are not, and only the first increment has any RHS Actions, we should just split Increment into two types: one for LHSes and one for RHSes. The linear::Optimization would have a member of each type, instead of just a vec of increments.


Last updated: Nov 22 2024 at 16:03 UTC