1.11.1
[1.11.1] - 2024-07-12
Added
Instruction.isFunctionCall
: Checks if the given instruciton is a function
call.- If
config.toolchainTweaks_treatJAsUnconditionalBranch
is turned off then
j
instructions will be considered as function calls too. Useful for tail
call optimizations.
- If
Fixed
- Fix registers not being cleared after a
j
tail call, which was messing with
the pointer pairing logic.