Match the C++ pipeline behavior where PostfixIncrement/PostfixDecrement always writes to a freshly allocated register. The Rust pipeline was using the caller's preferred_dst, producing one fewer Mov instruction but causing bytecode mismatches. |
||
|---|---|---|
| .. | ||
| bytecode | ||
| parser | ||
| ast.rs | ||
| ast_dump.rs | ||
| lexer.rs | ||
| lib.rs | ||
| parser.rs | ||
| scope_collector.rs | ||
| token.rs | ||