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
Incrementthat 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 RHSActions, we should just splitIncrementinto two types: one for LHSes and one for RHSes. Thelinear::Optimizationwould have a member of each type, instead of just a vec of increments.
Last updated: Dec 13 2025 at 19:03 UTC