* Use local variables in methods using `EXEC_WITH_RMODE` instead of
`DUP`ing the values. Do the same for ST register stack popping.
This leads to lesser code in the IL since the same long expression
does not get repeated in the IL everytime (since we don't `DUP`
anymore).
|
||
|---|---|---|
| .. | ||
| abi | ||
| analysis | ||
| archos | ||
| asm | ||
| cmd | ||
| esil | ||
| extras | ||
| formats | ||
| io | ||
| json | ||
| rzil | ||
| tools | ||