fitzgen commented on issue #1703:
Peepmatic was removed in https://github.com/bytecodealliance/wasmtime/pull/3543
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 RHSAction
s, we should just splitIncrement
into two types: one for LHSes and one for RHSes. Thelinear::Optimization
would have a member of each type, instead of just a vec of increments.
Last updated: Nov 22 2024 at 16:03 UTC