Open thautwarm opened 5 years ago
The instructions are from Python bytecode. A simple pass is now presented here,
to avoid successively occurrences of following case:
a ::= Push(_) Pop() | Push(_) a Pop()
However above simple pass is not sufficient at all. We need more instruction level optimizations.
The instructions are from Python bytecode. A simple pass is now presented here,
to avoid successively occurrences of following case: